-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
ref(✂️): remove unused experiment code #90359
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
Conversation
static/app/types/experiments.tsx
Outdated
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.
Can the whole file be blown away?
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.
experiments
are still part of the organization type:
sentry/static/app/types/organization.tsx
Line 67 in 13941e1
experiments: Partial<OrgExperiments>; |
if you’re sure they aren’t needed, I can try to remove them too
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.
ooh look at this: I can remove it from organization
and user
types and didn’t get any errors, so it’s really unused. More removal happened here: 8225ae9
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #90359 +/- ##
===========================================
+ Coverage 46.37% 83.15% +36.77%
===========================================
Files 10267 10280 +13
Lines 578880 579244 +364
Branches 22650 22659 +9
===========================================
+ Hits 268468 481667 +213199
+ Misses 309984 97138 -212846
- Partials 428 439 +11 |
No description provided.