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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,9 @@ Looking to upgrade from Sentry SDK 2.x to 3.x? Here's a comprehensive list of wh
157
157
-`Transport.capture_event` has been removed. Use `Transport.capture_envelope` instead.
158
158
- Function transports are no longer supported. Subclass the `Transport` instead.
159
159
-`start_transaction` (`start_span`) no longer takes an explicit `sampled` argument.
160
+
-`start_transaction` (`start_span`) no longer takes an explicit `description` argument. Use `name` instead.
161
+
-`start_transaction` (`start_span`) no longer takes an explicit `trace_id` or `span_id` argument. Use `continue_trace` for propagation from headers or environment variables.
0 commit comments