feat(scope): add last event ID getters - #1992
Open
jpnurmi wants to merge 2 commits into
Open
Conversation
|
jpnurmi
force-pushed
the
jpnurmi/feat/on-crashed-last-run
branch
from
August 14, 2026 08:34
12f1eff to
bf26eaf
Compare
jpnurmi
force-pushed
the
jpnurmi/feat/last-event-id
branch
from
August 14, 2026 08:34
6f8ebfe to
f6d9082
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #1992 +/- ##
==========================================
+ Coverage 74.33% 74.39% +0.05%
==========================================
Files 104 104
Lines 25637 25670 +33
Branches 4627 4635 +8
==========================================
+ Hits 19058 19097 +39
+ Misses 5274 5259 -15
- Partials 1305 1314 +9 🚀 New features to boost your workflow:
|
Track the last captured envelope ID on the scope used for capture and expose global and scope-specific getters.
jpnurmi
changed the base branch from
jpnurmi/feat/on-crashed-last-run
to
master
August 14, 2026 09:45
jpnurmi
force-pushed
the
jpnurmi/feat/last-event-id
branch
from
August 14, 2026 09:45
d6dabff to
efc358b
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit efc358b. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Track the last captured event ID, and expose global and scope-specific getters.
Note
This tracks the last ID of ANY captured event during the current run, not crashes from previous runs. This is meant to complement #1985, which provides previously crashed runs.
Close: #1447