-
-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hub.IsEnabled set to false when Hub disposed #1021
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1021 +/- ##
=======================================
Coverage 81.42% 81.43%
=======================================
Files 190 190
Lines 5964 5967 +3
Branches 1468 1469 +1
=======================================
+ Hits 4856 4859 +3
Misses 685 685
Partials 423 423
Continue to review full report at Codecov.
|
Also, could you please add a test to validate that it in fact changes from true to false once u dispose? |
…tnet into bug/hub-is-enabled
Updated. @bruno-garcia I added a test with |
Updated. Please, re-run CI flow. |
Hub.IsEnabled
is set tofalse
whenHub.Dispose()
is called. Related to getsentry/sentry-unity#193 bug.