-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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(sessions): Remove unused sessions ingestion feature flags #69860
Conversation
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.
Could you also link getsentry/relay#2050 in the PR description? That's when we stopped forwarding the feature flag to external Relays apparently.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #69860 +/- ##
==========================================
- Coverage 79.84% 79.84% -0.01%
==========================================
Files 6486 6486
Lines 288285 288282 -3
Branches 49667 49666 -1
==========================================
- Hits 230185 230175 -10
- Misses 57698 57705 +7
Partials 402 402
|
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.
Are these defined/used in getsentry?
See the linked getsentry PR ;) |
Relay can no longer ingest sessions into Kafka after getsentry/relay#3271 making these feature flags obsolete.
See also: getsentry/relay#3368 and getsentry/relay#3492