bugsnag / bugsnag-unity

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

fix for flakes caused by accidental OOM errors reporting during iOS tests #805

Closed richardelms closed 2 months ago

richardelms commented 2 months ago

Goal

Sometimes an OOM report is generated because of the way that appium closes the fixture leading to E2E flakes. This change disables OOM reporting by default but still alows for it to be enabled if a scenario requires it.

Changeset

Testing

Covered by existing tests

bugsnagbot commented 2 months ago

Build size impact

Format Size impact of Bugsnag (kB)
IL2CPP APK 2442.76
IL2CPP IPA 1507.35

Generated by :no_entry_sign: Danger