feat!: add support for crash-time attachments via hint - #2112
Merged
Merged
Conversation
jpnurmi
added this pull request to stack #2113
September 18, 2026 16:49
jpnurmi
marked this pull request as draft
September 18, 2026 16:49
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 3 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d30860a. Configure here.
jpnurmi
force-pushed
the
jpnurmi/feat/crash-hints
branch
from
September 21, 2026 07:27
d30860a to
d64b832
Compare
jpnurmi
force-pushed
the
jpnurmi/feat/crash-hints
branch
from
September 21, 2026 12:09
d64b832 to
85c5eed
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## jpnurmi/feat/hints #2112 +/- ##
======================================================
+ Coverage 75.33% 75.42% +0.09%
======================================================
Files 103 103
Lines 27939 28026 +87
Branches 5103 5114 +11
======================================================
+ Hits 21049 21140 +91
+ Misses 5559 5550 -9
- Partials 1331 1336 +5 🚀 New features to boost your workflow:
|
jpnurmi
force-pushed
the
jpnurmi/feat/crash-hints
branch
2 times, most recently
from
September 21, 2026 14:53
fb6c4ac to
579efa4
Compare
jpnurmi
force-pushed
the
jpnurmi/feat/crash-hints
branch
from
September 21, 2026 16:10
579efa4 to
902cae1
Compare
jpnurmi
marked this pull request as ready for review
September 21, 2026 16:21
jpnurmi
force-pushed
the
jpnurmi/feat/crash-hints
branch
from
September 21, 2026 19:23
d8f1a2a to
6f6faf1
Compare
mujacica
approved these changes
Sep 22, 2026
jpnurmi
force-pushed
the
jpnurmi/feat/crash-hints
branch
from
September 22, 2026 10:19
6f6faf1 to
0bfe140
Compare
limbonaut
approved these changes
Sep 22, 2026
jpnurmi
force-pushed
the
jpnurmi/feat/crash-hints
branch
from
September 22, 2026 12:08
94c9905 to
cf8a5b8
Compare
This was referenced Sep 23, 2026
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.

Merge attachments and pass as
hinttoon_crash, then use the resulting hint attachments in the envelope.Caution
BREAKING CHANGE:
on_crashcallbacks now have an additionalsentry_hint_t *hintparameter.Close: #2098