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

Support regexes for redacted keys and discard classes in android #1866

Conversation

ghost
Copy link

@ghost ghost commented Jul 13, 2023

Goal

Offer a more flexible way to specify discard classes and redacted keys in order to reduce the boiler-plate for customers with large numbers of either.

Changeset

Redacted keys and discard classes are now a Set<Pattern> instead of Set<String> offering a more flexible API.

Testing

Updated the existing tests to use the new API

@ghost ghost requested a review from lemnik July 13, 2023 13:32
@bugsnagbot
Copy link
Collaborator

bugsnagbot commented Jul 13, 2023

Android notifier sizes

Format Size impact of Bugsnag (kB) Size impact of Bugsnag when Minified (kB)
APK 1866.17 1697.65
arm64_v8a 627.08 459.15
armeabi_v7a 565.65 393.62
x86 704.89 532.86
x86_64 672.13 504.19

Generated by 🚫 Danger

@ghost ghost force-pushed the PLAT-4222_Support_regexes_for_redactedKeys_and_discardClasses_in_Android branch from 7008ce9 to b130a24 Compare July 13, 2023 15:30
Copy link
Contributor

@lemnik lemnik 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 merged commit 8d4dbea into integration/v6 Jul 14, 2023
@lemnik lemnik deleted the PLAT-4222_Support_regexes_for_redactedKeys_and_discardClasses_in_Android branch July 14, 2023 13:41
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