-
-
Notifications
You must be signed in to change notification settings - Fork 259
Fix: Set SentryOptions.debug
in sentry
#376
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
Conversation
The failing tests are from #375 Edit: fixed by merging latest changes |
# Conflicts: # dart/lib/src/sentry.dart
SentryOptions.debug
in sentry_dart (#376)SentryOptions.debug
in sentry
Co-authored-by: Manoel Aranda Neto <[email protected]>
Codecov Report
@@ Coverage Diff @@
## fix/environment-variables #376 +/- ##
=============================================================
+ Coverage 90.25% 90.85% +0.60%
=============================================================
Files 52 52
Lines 1652 1652
=============================================================
+ Hits 1491 1501 +10
+ Misses 161 151 -10
Continue to review full report at Codecov.
|
`Instructions and example for changelog`$
To the changelog entry, please add a link to this PR (consider a more descriptive message):` - Set `SentryOptions.debug` in sentry(#376)
|
* Correctly read environment variables * Changelog * Remove env vars from sentry_flutter * Docs & Changelog * Calm Linter * Hopefully fix failing tests * Implement PR feedback * Another try at fixing the failing tests * Update CHANGELOG.md Co-authored-by: Manoel Aranda Neto <[email protected]> * Fix: Set `SentryOptions.debug` in sentry (#376) * Fix: Set `SentryOptions.debug` in sentry_dart * Update CHANGELOG.md Co-authored-by: Manoel Aranda Neto <[email protected]> Co-authored-by: Manoel Aranda Neto <[email protected]> * Only override release and dist if not existing * Apply PR feedback * add teardown * Fix path * PR feedback Co-authored-by: Manoel Aranda Neto <[email protected]> Co-authored-by: Manoel Aranda Neto <[email protected]>
📜 Description
This change sets
SentryOptions.debug
in sentry_dart so it is available on all platforms/frameworks and not just Flutter.💡 Motivation and Context
#307
💚 How did you test it?
I added more
expects
to existing tests.📝 Checklist
🔮 Next steps