Skip to content

Commit d099f5d

Browse files
docs: Update last_event_id in migration guide
Update the migration guide to mention that `last_event_id` has been reintroduced. Fixes GH-3118
1 parent 14f68ac commit d099f5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: MIGRATION_GUIDE.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ Looking to upgrade from Sentry SDK 1.x to 2.x? Here's a comprehensive list of wh
6464
- Removed support for Flask 0.\*.
6565
- Removed support for gRPC < 1.39.
6666
- Removed support for Tornado < 6.
67-
- Removed `last_event_id()` top level API. The last event ID is 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 ID is 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()`.
6869
- 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.
6970
- 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.
7071
- 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

Comments
 (0)