-
-
Notifications
You must be signed in to change notification settings - Fork 276
Log errors captured in integrations with SentryLogger #641
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
Log errors captured in integrations with SentryLogger #641
Conversation
* add logger name parameter * log errors from Zone, Isolate and Flutter integrations
Codecov Report
@@ Coverage Diff @@
## main #641 +/- ##
=======================================
Coverage 90.28% 90.28%
=======================================
Files 93 93
Lines 3035 3038 +3
=======================================
+ Hits 2740 2743 +3
Misses 295 295
Continue to review full report at Codecov.
|
|
The sentry_flutter builds seem to be failing because they don't use the correct dart dependency. |
|
@kuhnroyal CI fails ->
|
|
@kuhnroyal add changelog entry and its good to go, thanks for doing this |
This is just a very quick PR for discussion.
📜 Description
💡 Motivation and Context
Fixes #640
💚 How did you test it?
📝 Checklist
🔮 Next steps