From 67fe6d12a0730b7e973697d81cdfcfd224ce0395 Mon Sep 17 00:00:00 2001 From: Matt Quinn Date: Wed, 22 Oct 2025 11:12:13 -0400 Subject: [PATCH] docs(otlp): change status to open beta --- docs/concepts/otlp/index.mdx | 4 ++-- includes/feature-available-alpha-tracing.mdx | 5 ----- includes/feature-available-ea-logs.mdx | 5 ----- includes/feature-available-open-beta-logs.mdx | 5 +++++ includes/feature-available-open-beta-tracing.mdx | 5 +++++ 5 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 includes/feature-available-alpha-tracing.mdx delete mode 100644 includes/feature-available-ea-logs.mdx create mode 100644 includes/feature-available-open-beta-logs.mdx create mode 100644 includes/feature-available-open-beta-tracing.mdx diff --git a/docs/concepts/otlp/index.mdx b/docs/concepts/otlp/index.mdx index 6a7e25db838ac7..1be5964a4eee4d 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 9051b88dbd0cf6..00000000000000 --- 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 84b48f342660e7..00000000000000 --- 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 00000000000000..4351daba04044c --- /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 00000000000000..3cd38ba0d3eec9 --- /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. + +