-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
Allow attachments to be bound to exception more easily #683
Conversation
Codecov ReportBase: 89.47% // Head: 89.46% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #683 +/- ##
==========================================
- Coverage 89.47% 89.46% -0.01%
==========================================
Files 106 106
Lines 3326 3333 +7
==========================================
+ Hits 2976 2982 +6
- Misses 350 351 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…getsentry-main # Conflicts: # dart/lib/src/sentry_options.dart
# Conflicts: # dart/lib/src/hub.dart
#1136 is going to enable this type of feature, which is passing or removing attachments from the hint. |
Closing, the new approach should use hints |
Fixs #682