Skip to content
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

feat(proguard): Remap filename and abs_path #1432

Merged
merged 4 commits into from
May 7, 2024

Conversation

loewenheim
Copy link
Contributor

@loewenheim loewenheim commented Apr 9, 2024

This just applies the file name returned by the proguard mapper, if any, to the filename and abs path.

This is actually done, I'm just making it a draft because I don't want to merge it before we're done with our A/B testing.

Closes https://github.com/getsentry/team-ingest/issues/396.

@loewenheim loewenheim requested a review from a team April 9, 2024 09:02
@loewenheim loewenheim self-assigned this Apr 9, 2024
@loewenheim loewenheim marked this pull request as draft April 9, 2024 09:02
@loewenheim loewenheim changed the title feat(proguard): Remap filenames feat(proguard): Remap filename and abs_path Apr 9, 2024
let deobfuscated_signature = frame.signature.as_ref().and_then(|signature| {
mappers
.iter()
.find_map(|mapper| mapper.deobfuscate_signature(signature))
Copy link
Contributor

Choose a reason for hiding this comment

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

nice

@loewenheim loewenheim marked this pull request as ready for review May 7, 2024 09:18
@loewenheim loewenheim enabled auto-merge (squash) May 7, 2024 09:30
@loewenheim loewenheim merged commit 5499fff into master May 7, 2024
10 checks passed
@loewenheim loewenheim deleted the feat/proguard-filenames branch May 7, 2024 09:34
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.

3 participants