Skip to content

Commit 3c5c7af

Browse files
authored
fix(otlp): OTLP docs small improvements (#14488)
- **Add enrollment information** so people know who to contact to try OTLP - **Remove platform link**, since it was broken for almost everyone: it's platform content that only exists in JavaScript, so linking there from a general concepts document didn't work well
1 parent e24f8a1 commit 3c5c7af

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/concepts/otlp/index.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Learn how to send OpenTelemetry trace data directly to Sentry from
55
keywords: ["otlp", "otel", "opentelemetry"]
66
---
77

8-
<Include name="feature-available-for-user-group-limited-avail.mdx" />
8+
<Include name="feature-available-alpha-otlp.mdx" />
99

1010
Sentry can ingest [OpenTelemetry](https://opentelemetry.io) traces directly via the [OpenTelemetry Protocol](https://opentelemetry.io/docs/specs/otel/protocol/). If you have an existing OpenTelemetry trace instrumentation, you can configure your OpenTelemetry exporter to send traces to Sentry directly. Sentry's OTLP ingestion endpoint is currently in development, and has a few known limitations:
1111

@@ -39,10 +39,6 @@ const sdk = new NodeSDK({
3939
sdk.start();
4040
```
4141
42-
<Alert>
43-
If you are already using an OpenTelemetry SDK to send traces alongside a Sentry SDK to send errors, you'll need to follow the instructions in the <PlatformLink to="/opentelemetry/custom-setup/">Custom Setup documentation</PlatformLink> to adjust your SDK configuration.
44-
</Alert>
45-
4642
You can find the values of Sentry's OTLP endpoint and public key in your Sentry project settings.
4743
4844
1. Go to the [Settings > Projects](https://sentry.io/orgredirect/organizations/:orgslug/settings/projects/) page in Sentry.
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 in beta and is only available if your organization is participating in its limited release. Please reach out to [[email protected]](mailto:[email protected]) if you want access. Features in beta are still in-progress and may have bugs. We recognize the irony.
4+
5+
</Alert>

0 commit comments

Comments
 (0)