Skip to content

feat(proguard): Mark synthesized methods on frames #1735

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 17, 2025

Conversation

loewenheim
Copy link
Contributor

Depends on #1734. This adds a field method_synthesized to JvmFrame that denotes whether the frame's method was synthesized by the compiler.

Closes #1720. Closes SYMBOLI-22.

@loewenheim loewenheim requested a review from a team as a code owner July 17, 2025 12:52
Copy link

linear bot commented Jul 17, 2025

Copy link

@olksdr olksdr left a comment

Choose a reason for hiding this comment

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

:shipit:

Base automatically changed from sebastian/proguard-update to master July 17, 2025 13:10
Depends on #1734. This
adds a field `method_synthesized` to `JvmFrame` that denotes whether the
frame's method was synthesized by the compiler.
@loewenheim loewenheim force-pushed the sebastian/proguard-synthesized branch from 830cd56 to beca4ea Compare July 17, 2025 14:30
@loewenheim loewenheim enabled auto-merge (squash) July 17, 2025 14:30
@loewenheim loewenheim merged commit 20fc3be into master Jul 17, 2025
20 checks passed
@loewenheim loewenheim deleted the sebastian/proguard-synthesized branch July 17, 2025 14:40
loewenheim added a commit to getsentry/sentry that referenced this pull request Jul 22, 2025
As of getsentry/symbolicator#1735
Symbolicator returns a flag on Java stackframes with synthesized methods.
We carry over this flag and additionally mark such frames as not in-app.
loewenheim added a commit to getsentry/sentry that referenced this pull request Jul 22, 2025
As of getsentry/symbolicator#1735 Symbolicator
returns a flag on Java stackframes with synthesized methods. We carry
over this flag and additionally mark such frames as not in-app.

ref: #94408. ref: INGEST-432.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

proguard: Handle synthesized frames during symbolication
3 participants