Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/concepts/otlp/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Sentry can ingest [OpenTelemetry](https://opentelemetry.io) traces and logs dire

## OpenTelemetry Traces

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

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:

Expand Down Expand Up @@ -69,7 +69,7 @@ sdk.start();

## OpenTelemetry Logs

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

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:

Expand Down
5 changes: 0 additions & 5 deletions includes/feature-available-alpha-tracing.mdx

This file was deleted.

5 changes: 0 additions & 5 deletions includes/feature-available-ea-logs.mdx

This file was deleted.

5 changes: 5 additions & 0 deletions includes/feature-available-open-beta-logs.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Alert>

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.

</Alert>
5 changes: 5 additions & 0 deletions includes/feature-available-open-beta-tracing.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Alert>

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.

</Alert>
Loading