-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
feat(inbound-filters): Turn on some filters for new Javascript projects #62654
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #62654 +/- ##
==========================================
+ Coverage 81.30% 81.34% +0.03%
==========================================
Files 5201 5202 +1
Lines 230405 230418 +13
Branches 39815 39818 +3
==========================================
+ Hits 187334 187423 +89
+ Misses 37328 37251 -77
- Partials 5743 5744 +1
|
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.
Is there a longer term plan to enable this for older projects?
The next milestone is to do this for existing projects, but there is no currently timeline / plan for how we want to do this |
…ts (#62654) this pr will update how projects are created so that new javascript platform projects have some of the inbound filters turned on by default. browser extension, health check transaction, legacy browser, and web crawler filters will be on by default for these new javascript based projects. it will not impact projects of any other platform, nor will it change the filters for any existing project.
this pr will update how projects are created so that new javascript platform projects have some of the inbound filters turned on by default. browser extension, health check transaction, legacy browser, and web crawler filters will be on by default for these new javascript based projects. it will not impact projects of any other platform, nor will it change the filters for any existing project.