Skip to content

Commit 3272ca4

Browse files
committed
Add alert about existing SDK cohabitation
1 parent 5daa924 commit 3272ca4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/concepts/otlp/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ const sdk = new NodeSDK({
3838
sdk.start();
3939
```
4040
41+
<Alert>
42+
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.
43+
</Alert>
44+
4145
You can find the values of Sentry's OTLP endpoint and public key in your Sentry project settings.
4246
4347
1. Go to the [Settings > Projects](https://sentry.io/orgredirect/organizations/:orgslug/settings/projects/) page in Sentry.

0 commit comments

Comments
 (0)