feat(issue-details): Expose 'raw_value', 'raw_module' and 'raw_type' in exceptions#104237
Merged
feat(issue-details): Expose 'raw_value', 'raw_module' and 'raw_type' in exceptions#104237
Conversation
loewenheim
approved these changes
Dec 2, 2025
Contributor
loewenheim
left a comment
There was a problem hiding this comment.
Is there a case for doing the same thing with raw_module and raw_type?
Member
Author
that's a good idea actually! I'll do it |
Member
Author
|
@loewenheim did it in 19c7b34 |
romtsn
added a commit
that referenced
this pull request
Dec 2, 2025
…type (#104238) Requires #104237 Closes getsentry/sentry-java#4937 Consumes `raw_value` from the API and shows it when the `Unsymbolicated` view is toggled. ### Original <img width="1115" height="165" alt="Screenshot 2025-12-02 at 13 39 23" src="https://github.com/user-attachments/assets/305b8964-49f4-4c00-9a42-bbf2380ad8d5" /> ### Minified <img width="1126" height="150" alt="Google Chrome 2025-12-02 13 41 07" src="https://github.com/user-attachments/assets/5154779e-f93b-46ba-9749-eb916111a300" /> <img width="1110" height="159" alt="Google Chrome 2025-12-02 19 38 14" src="https://github.com/user-attachments/assets/f3d45d0d-d8a2-4a74-a5e6-7ee9d20f580a" />
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR exposes
raw_valuethat we've introduced in #99927 (deobfuscating exception values) in the API to later use it and show the raw value when the "Unsymbolicated" view is toggled.Part of getsentry/sentry-java#4937