-
-
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
ref(replays): Add replay-video organization denylist handling #69324
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #69324 +/- ##
==========================================
+ Coverage 78.79% 79.65% +0.86%
==========================================
Files 6438 6440 +2
Lines 286107 286346 +239
Branches 49306 49351 +45
==========================================
+ Hits 225433 228098 +2665
+ Misses 60237 57811 -2426
Partials 437 437
|
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.
getsentry/relay#3439 made it into release 24.4.0, so you might get a problem with customer relays of that version skipping replay videos because the feature flag is now missing.
To be 100% compatible we need to keep the feature flag emitted from sentry as true
, and marked as deprecated in Relay (see for example https://github.com/getsentry/relay/blob/03643c31bd113ff1ab52107828abeae75de2b469/relay-dynamic-config/src/feature.rs#L117-L120).
There's two options:
I would personally go for option 1 because the current problem only affects 24.4.0 (IIUC), so upgrading to 24.4.1 is a reasonable ask IMO. |
@bruno-garcia Can you help @aliu3ntry drive this while I'm out. |
This pull request has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you add the label "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Relates to: #64379