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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ Looking to upgrade from Sentry SDK 2.x to 3.x? Here's a comprehensive list of wh
25
25
- Spans no longer have a `description`. Use `name` instead.
26
26
- Dropped support for Python 3.6.
27
27
- The PyMongo integration no longer sets tags. The data is still accessible via `data`.
28
+
- The PyMongo integration doesn't set `operation_ids` anymore. The individual IDs (`operation_id`, `request_id`, `session_id`) are now accessible on the top level.
28
29
-`sentry_sdk.metrics` and associated metrics APIs have been removed as Sentry no longer accepts metrics data in this form. See https://sentry.zendesk.com/hc/en-us/articles/26369339769883-Upcoming-API-Changes-to-Metrics
29
30
- The experimental options `enable_metrics`, `before_emit_metric` and `metric_code_locations` have been removed.
30
31
- When setting span status, the HTTP status code is no longer automatically added as a tag.
0 commit comments