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-9929 network spans #12

Closed richardelms closed 1 year ago

richardelms commented 1 year ago

Goal

Implement network request spans via UnityWebRequest wrapper.

Wrapper

The wrapper is contained in a submodule that can be found here.

Changes

Testing

Added E2E tests