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

Don't redactKeys in OpaqueValues #2021

Merged
merged 3 commits into from
Apr 25, 2024
Merged

Conversation

lemnik
Copy link
Contributor

@lemnik lemnik commented Apr 24, 2024

Goal

Avoid redacting keys in the OpaqueValue class. The encoding used does not obey the configured set of redacted keys, and this behavior leads to some metadata being redacted in NDK crashes, while some is not.

Testing

Relied on existing tests.

@bugsnagbot
Copy link
Collaborator

bugsnagbot commented Apr 24, 2024

Android notifier sizes

Format Size impact of Bugsnag (kB) Size impact of Bugsnag when Minified (kB)
APK 1845.2 1669.01
arm64_v8a 626.95 450.82
armeabi_v7a 561.42 385.29
x86 704.75 524.53
x86_64 671.99 495.86

Generated by 🚫 Danger

@lemnik lemnik force-pushed the lemnik/no-opaquevalue-redacted-keys branch from d0d1e8a to 1fc88a6 Compare April 24, 2024 10:53
…st encoded strings are longer than the default 16 characters
@lemnik lemnik force-pushed the lemnik/no-opaquevalue-redacted-keys branch 12 times, most recently from 83321d3 to 04d4df5 Compare April 24, 2024 16:16
Copy link
Contributor

@YYChen01988 YYChen01988 left a comment

Choose a reason for hiding this comment

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

LGTM

@lemnik lemnik force-pushed the lemnik/no-opaquevalue-redacted-keys branch 3 times, most recently from 04dc943 to 9159186 Compare April 25, 2024 10:31
@lemnik lemnik force-pushed the lemnik/no-opaquevalue-redacted-keys branch from 9159186 to 3bf0721 Compare April 25, 2024 11:01
@lemnik lemnik merged commit 2d79f75 into next Apr 25, 2024
24 checks passed
@lemnik lemnik deleted the lemnik/no-opaquevalue-redacted-keys branch April 25, 2024 12:22
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