Skip to content

Commit fd20794

Browse files
authored
docs(otlp): change status to open beta (#15285)
The OTLP traces and logs endpoints are entering open beta today. Update the OTLP docs page to indicate their new status.
1 parent 3a5d0d1 commit fd20794

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

docs/concepts/otlp/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Sentry can ingest [OpenTelemetry](https://opentelemetry.io) traces and logs dire
99

1010
## OpenTelemetry Traces
1111

12-
<Include name="feature-available-alpha-tracing.mdx" />
12+
<Include name="feature-available-open-beta-tracing.mdx" />
1313

1414
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:
1515

@@ -69,7 +69,7 @@ sdk.start();
6969

7070
## OpenTelemetry Logs
7171

72-
<Include name="feature-available-ea-logs.mdx" />
72+
<Include name="feature-available-open-beta-logs.mdx" />
7373

7474
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:
7575

includes/feature-available-alpha-tracing.mdx

Lines changed: 0 additions & 5 deletions
This file was deleted.

includes/feature-available-ea-logs.mdx

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Alert>
2+
3+
This feature is currently in open beta. Please reach out to [[email protected]](mailto:[email protected]) if you have feedback or questions. Features in beta are still in-progress and may have bugs. We recognize the irony.
4+
5+
</Alert>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Alert>
2+
3+
This feature is currently in open beta. Please reach out to [[email protected]](mailto:[email protected]) if you have feedback or questions. Features in beta are still in-progress and may have bugs. We recognize the irony.
4+
5+
</Alert>

0 commit comments

Comments
 (0)