-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
feat: Remove default mapping of "transaction" topic to "events" #3250
Conversation
Codecov ReportBase: 92.30% // Head: 92.31% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #3250 +/- ##
==========================================
+ Coverage 92.30% 92.31% +0.01%
==========================================
Files 697 697
Lines 31630 31655 +25
==========================================
+ Hits 29195 29223 +28
+ Misses 2435 2432 -3
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. |
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.
How will this affect ST customers?
Should be (roughly) synchronized with equivalent change in Snuba (getsentry/snuba#3250) This would only affect self hosted and dev users who are using the Kafka backend. All Sentry prod envivonments have already been migrated via other methods to ensure zero downtime during the transition.
All ST customers were migrated a few weeks ago and are already running with these same overrides in their settings. |
Should be (roughly) synchronized with getsentry/sentry#39988 which will send events to the new topic. This would only affect self hosted and dev users who are using the Kafka backend. All Sentry prod environments have already been migrated via other methods to ensure zero downtime during the transition.
Should be (roughly) synchronized with equivalent change in Snuba (getsentry/snuba#3250) This would only affect self hosted and dev users who are using the Kafka backend. All Sentry prod envivonments have already been migrated via other methods to ensure zero downtime during the transition.
Should be (roughly) synchronized with getsentry/sentry#39988 which will send events to the new topic.
This would only affect self hosted and dev users who are using the Kafka backend. All Sentry prod environments have already been migrated via other methods to ensure zero downtime during the transition.