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

Add PValue expiry #40

Closed kstenerud closed 1 year ago

kstenerud commented 1 year ago

Goal

Add P value updater that sends the initial P value request, and handles P value expiry by sending more requests until it gets a response.

Testing

Added e2e tests, but we will need fixes in maze runner to get them working.