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-12362 fix issue with span parentage when MakeCurrentContext is false #122

Closed richardelms closed 3 months ago

richardelms commented 3 months ago

Goal

Fix a bug where if a span with MakeCurrentContext set to false was passed as a parent then it would be added to the context stack

Changeset

Now spans passed as parents will only be assigned as the parent for that particular span.

Testing

Added a new E2E test to cover this scenario

bugsnagbot commented 3 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