bugsnag / bugsnag-unity

Automatic error reporting for Unity games
https://docs.bugsnag.com/platforms/unity
MIT License
89 stars 31 forks source link

PLAT-12206 treat discardClasses and redactedKeys as Regex #807

Closed richardelms closed 2 months ago

richardelms commented 2 months ago

Goal

Change discardClasses and redactedKeys to regex collections.

Keep the fields in the Bugsnag settings window as string collections so that unity and display them, but convert them to Regex when building the config object.

Testing

Added Unit Tests and covered by existing E2E tests

bugsnagbot commented 2 months ago

Build size impact

Format Size impact of Bugsnag (kB)
IL2CPP APK 2442.63
IL2CPP IPA 1512.68

Generated by :no_entry_sign: Danger