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
+2-1
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,8 @@ Looking to upgrade from Sentry SDK 1.x to 2.x? Here's a comprehensive list of wh
64
64
- Removed support for Flask 0.\*.
65
65
- Removed support for gRPC <1.39.
66
66
- Removed support for Tornado <6.
67
-
- Removed `last_event_id()` top level API. The last event IDis still returned by `capture_event()`, `capture_exception()`and`capture_message()` but the top level API`sentry_sdk.last_event_id()` has been removed.
67
+
-~~Removed `last_event_id()` top level API. The last event IDis still returned by `capture_event()`, `capture_exception()`and`capture_message()` but the top level API`sentry_sdk.last_event_id()` has been removed.~~
68
+
- Update: Version 2.2.0 reintroduced `last_event_id()`.
68
69
- Removed support for sending events to the `/store` endpoint. Everything is now sent to the `/envelope` endpoint. If you're on SaaS you don't have to worry about this, but if you're running Sentry yourself you'll need version `20.6.0`or higher of self-hosted Sentry.
69
70
- The deprecated `with_locals` configuration option was removed. Use `include_local_variables` instead. See https://docs.sentry.io/platforms/python/configuration/options/#include-local-variables.
70
71
- The deprecated `request_bodies` configuration option was removed. Use `max_request_body_size`. See https://docs.sentry.io/platforms/python/configuration/options/#max-request-body-size.
0 commit comments