bugsnag / bugsnag-unity-performance

Monitor the start-up, scene loading and network requests of your Unity game and see the results in your BugSnag dashboard.
https://docs.bugsnag.com/performance/integration-guides/unity
MIT License
1 stars 2 forks source link

PLAT-12128 add e2e tests for error correlation #116

Closed richardelms closed 4 months ago

richardelms commented 4 months ago

Goal

Add E2E tests for error correlation

Design

The performance fixture imports the notifier via UPM and then runs scenarios checking that the correct spans end up in the correct events (or not).

Currently the performance fixture is using a pre release version of the notifer, when the notifer supporting error correlation is released then the fixture will use that version instead.

NOTE: No E2E tests for error correlation will be added to the notifer project so that we can test weather the notifer breaks when no performance lib is present.

Changeset

Testing

New E2E tests

bugsnagbot commented 4 months ago

Build size impact

Format Size impact of Bugsnag (kB)
IL2CPP APK 4.1
IL2CPP IPA 2.25

Generated by :no_entry_sign: Danger