Skip to content

feat(issue-details): Expose 'raw_value', 'raw_module' and 'raw_type' in exceptions#104237

Merged
romtsn merged 3 commits intomasterfrom
rz/feat/expose-raw-value
Dec 2, 2025
Merged

feat(issue-details): Expose 'raw_value', 'raw_module' and 'raw_type' in exceptions#104237
romtsn merged 3 commits intomasterfrom
rz/feat/expose-raw-value

Conversation

@romtsn
Copy link
Copy Markdown
Member

@romtsn romtsn commented Dec 2, 2025

This PR exposes raw_value that 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

@romtsn romtsn requested review from a team as code owners December 2, 2025 14:26
@romtsn romtsn changed the title feat(issue-details): Expose raw_value in exceptions feat(issue-details): Expose 'raw_value' in exceptions Dec 2, 2025
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Dec 2, 2025
Copy link
Copy Markdown
Contributor

@loewenheim loewenheim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a case for doing the same thing with raw_module and raw_type?

@romtsn
Copy link
Copy Markdown
Member Author

romtsn commented Dec 2, 2025

Is there a case for doing the same thing with raw_module and raw_type?

that's a good idea actually! I'll do it

@romtsn
Copy link
Copy Markdown
Member Author

romtsn commented Dec 2, 2025

@loewenheim did it in 19c7b34

@romtsn romtsn changed the title feat(issue-details): Expose 'raw_value' in exceptions feat(issue-details): Expose 'raw_value', 'raw_module' and 'raw_type' in exceptions Dec 2, 2025
@romtsn romtsn merged commit 7486487 into master Dec 2, 2025
67 checks passed
@romtsn romtsn deleted the rz/feat/expose-raw-value branch December 2, 2025 20:42
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"
/>
@github-actions github-actions bot locked and limited conversation to collaborators Dec 18, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants