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

Switch to a DI architecture to make future complexity easier to manage #28

Closed kstenerud closed 1 year ago

kstenerud commented 1 year ago

Goal

The existing approach of static methods is about to become cumbersome as we move to more complex objects and callback mechanisms. Switch to a DI architecture to make this transition easier.

Testing

The external API remains unchanged, so all tests must run unmodified.