Skip to content

Commit edf548a

Browse files
authored
Update last_event_id migration (#11266)
1 parent d39f886 commit edf548a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/python/migration/1.x-to-2.x.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The signature for the experimental Sentry Metrics callback function set with `be
5050

5151
## API
5252

53-
The API function `last_event_id()` was removed. The last event ID is still returned by `capture_event()`, `capture_exception()`, and `capture_message()`.
53+
The API function `last_event_id()` was removed in 2.0.0, but was brought back by public demand in 2.2.0. The last event ID is returned by `capture_event()`, `capture_exception()`, and `capture_message()` in all SDK versions.
5454

5555
## Custom Instrumentation
5656

0 commit comments

Comments
 (0)