diff --git a/docs/concepts/otlp/index.mdx b/docs/concepts/otlp/index.mdx index 6a7e25db838ac..1be5964a4eee4 100644 --- a/docs/concepts/otlp/index.mdx +++ b/docs/concepts/otlp/index.mdx @@ -9,7 +9,7 @@ Sentry can ingest [OpenTelemetry](https://opentelemetry.io) traces and logs dire ## OpenTelemetry Traces - + If you have an existing OpenTelemetry trace instrumentation, you can configure your OpenTelemetry exporter to send traces to Sentry directly. Sentry's OTLP ingestion traces endpoint is currently in development, and has a few known limitations: @@ -69,7 +69,7 @@ sdk.start(); ## OpenTelemetry Logs - + If you have an existing OpenTelemetry log instrumentation, you can configure your OpenTelemetry exporter to send logs to Sentry directly. Sentry's OTLP ingestion logs endpoint has the following known limitations: diff --git a/includes/feature-available-alpha-tracing.mdx b/includes/feature-available-alpha-tracing.mdx deleted file mode 100644 index 9051b88dbd0cf..0000000000000 --- a/includes/feature-available-alpha-tracing.mdx +++ /dev/null @@ -1,5 +0,0 @@ - - -This feature is in alpha and is only available if your organization is participating in its limited release. Please reach out to [feedback-tracing@sentry.io](mailto:feedback-tracing@sentry.io) if you want access. Features in alpha are still in-progress and may have bugs. We recognize the irony. - - diff --git a/includes/feature-available-ea-logs.mdx b/includes/feature-available-ea-logs.mdx deleted file mode 100644 index 84b48f342660e..0000000000000 --- a/includes/feature-available-ea-logs.mdx +++ /dev/null @@ -1,5 +0,0 @@ - - -This feature is available only if you're in the Early Adopter program. Please reach out to [feedback-logging@sentry.io](mailto:feedback-logging@sentry.io) if have feedback or questions. Features available to Early Adopters are still in-progress and may have bugs. We recognize the irony. - - diff --git a/includes/feature-available-open-beta-logs.mdx b/includes/feature-available-open-beta-logs.mdx new file mode 100644 index 0000000000000..4351daba04044 --- /dev/null +++ b/includes/feature-available-open-beta-logs.mdx @@ -0,0 +1,5 @@ + + +This feature is currently in open beta. Please reach out to [feedback-logging@sentry.io](mailto:feedback-logging@sentry.io) if you have feedback or questions. Features in beta are still in-progress and may have bugs. We recognize the irony. + + diff --git a/includes/feature-available-open-beta-tracing.mdx b/includes/feature-available-open-beta-tracing.mdx new file mode 100644 index 0000000000000..3cd38ba0d3eec --- /dev/null +++ b/includes/feature-available-open-beta-tracing.mdx @@ -0,0 +1,5 @@ + + +This feature is currently in open beta. Please reach out to [feedback-tracing@sentry.io](mailto:feedback-tracing@sentry.io) if you have feedback or questions. Features in beta are still in-progress and may have bugs. We recognize the irony. + +