-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
Make sure sending_allowed? is respected irrespective of spotlight configuration #2231
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #2231 +/- ##
===========================================
- Coverage 97.61% 64.58% -33.04%
===========================================
Files 112 111 -1
Lines 4153 4125 -28
===========================================
- Hits 4054 2664 -1390
- Misses 99 1461 +1362
|
Just curious, is this something that will be merged soon? We've tried out Spotlight, but with this bug it's also caused all dev events to flow from developer machines to Sentry, with no easy way to turn it off. Would be great for us if this could be merged! |
42d4ce3
to
3206e27
Compare
3206e27
to
497a8e0
Compare
sorry slipped through the cracks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stamp
we need to make a difference between the 'event building' and the 'sending' so I made this more explicit.
fixes #2226