-
Notifications
You must be signed in to change notification settings - Fork 101
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
Switch telemetry library loading to plain require_once #5891
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #5891 +/- ##
=============================================
+ Coverage 30.51% 30.53% +0.01%
Complexity 4811 4811
=============================================
Files 289 289
Lines 21173 21161 -12
=============================================
Hits 6461 6461
+ Misses 14712 14700 -12 ☔ View full report in Codecov by Sentry. |
needs to wait for 1 release cycle. |
@rinatkhaziev is this one good to go now? |
This pull request has been marked stale because it has been open for 60 days with no activity. If there is no activity within 7 days, it will be closed. This is an automation to keep pull requests manageable and actionable and is not a comment on the quality of this pull request nor on the work done so far. Closed PRs are still valuable to the project and their branches are preserved. |
|
Description
Follow up to #5869. Let's remove the loop and use plain
require_once
.Please only merge it after the library is fully deployed.
Pre-review checklist
Please make sure the items below have been covered before requesting a review:
Pre-deploy checklist
Steps to Test