You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MIGRATION_GUIDE.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Looking to upgrade from Sentry SDK 2.x to 3.x? Here's a comprehensive list of wh
14
14
- You can no longer change the sampled status of a span with `span.sampled = False` after starting it.
15
15
- The `Span()` constructor does not accept a `hub` parameter anymore.
16
16
-`Span.finish()` does not accept a `hub` parameter anymore.
17
+
-`Span.finish()` no longer returns the `event_id` if the event is sent to sentry.
17
18
- The `Profile()` constructor does not accept a `hub` parameter anymore.
18
19
- A `Profile` object does not have a `.hub` property anymore.
19
20
-`sentry_sdk.continue_trace` no longer returns a `Transaction` and is now a context manager.
@@ -146,6 +147,7 @@ Looking to upgrade from Sentry SDK 2.x to 3.x? Here's a comprehensive list of wh
146
147
-`continue_from_headers`, `continue_from_environ` and `from_traceparent` have been removed, please use top-level API `sentry_sdk.continue_trace` instead.
147
148
-`PropagationContext` constructor no longer takes a `dynamic_sampling_context` but takes a `baggage` object instead.
148
149
-`ThreadingIntegration` no longer takes the `propagate_hub` argument.
150
+
-`Baggage.populate_from_transaction` has been removed.
0 commit comments