Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Aug 10, 2023
1 parent dd58e9a commit 92a0cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- Add `tracePropagationTargets` option ([#3230](https://github.com/getsentry/sentry-react-native/pull/3230))

This release adds support for [distributed tracing](https://docs.sentry.io/platforms/react-native/usage/distributed-tracing/)
without requiring performance monitoring to be active on the JavaScript SDKs (browser and node).
without requiring performance monitoring to be active on the React Native SDK.
This means even if there is no sampled transaction/span, the SDK will still propagate traces to downstream services.
Distributed Tracing can be configured with the `tracePropagationTargets` option,
which controls what requests to attach the `sentry-trace` and `baggage` HTTP headers to (which is what propagates tracing information).
Expand Down

0 comments on commit 92a0cb4

Please sign in to comment.