Skip to content

Commit 510d0e7

Browse files
committed
migration guide
1 parent 96236b5 commit 510d0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATION_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Looking to upgrade from Sentry SDK 2.x to 3.x? Here's a comprehensive list of wh
152152
- `span.containing_transaction` has been removed. Use `span.root_span` instead.
153153
- `continue_from_headers`, `continue_from_environ` and `from_traceparent` have been removed, please use top-level API `sentry_sdk.continue_trace` instead.
154154
- `PropagationContext` constructor no longer takes a `dynamic_sampling_context` but takes a `baggage` object instead.
155-
- `ThreadingIntegration` no longer takes the `propagate_hub` argument.
155+
- `ThreadingIntegration` no longer takes the `propagate_hub` and `propagate_scope` arguments. Scope data will be propagated by default.
156156
- `Baggage.populate_from_transaction` has been removed.
157157
- `debug.configure_debug_hub` was removed.
158158
- `profiles_sample_rate` and `profiler_mode` were removed from options available via `_experiments`. Use the top-level `profiles_sample_rate` and `profiler_mode` options instead.

0 commit comments

Comments
 (0)