bugsnag / bugsnag-unity

Automatic error reporting for Unity games
https://docs.bugsnag.com/platforms/unity
MIT License
89 stars 31 forks source link

added IsStarted method #740

Closed clr182 closed 12 months ago

clr182 commented 12 months ago

Goal

Add the public method IsStarted that returns true if the sdk has finished initialising

Changeset

Added public bool IsStarted() to Bugsnag.cs

Testing

Added new e2e test to csharp_config.features