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

Enable repeating of trace requests to Aspecto in e2e tests #23

Closed twometresteve closed 1 year ago

twometresteve commented 1 year ago

Goal

Enable repeating of trace requests to Aspecto in e2e tests.

Design

Allowing this environment variable into the Docker container means that we can set the API key in scheduled e2e tests and have requests regularly sent to Aspecto.

Testing

Risk of regression to e2e tests covered by CI.