-
Notifications
You must be signed in to change notification settings - Fork 539
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: Esbuild plugin diag channels #2640
base: main
Are you sure you want to change the base?
feat: Esbuild plugin diag channels #2640
Conversation
Don't allow functions in the config
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2640 +/- ##
========================================
Coverage 90.79% 90.80%
========================================
Files 169 172 +3
Lines 8059 8175 +116
Branches 1645 1678 +33
========================================
+ Hits 7317 7423 +106
- Misses 742 752 +10
|
Tests are expected to fail in the CI until open-telemetry/opentelemetry-js#5334 is merged. Can confirm new tests added here are working locally with the steps described in the description of that PR |
Marking as draft until open-telemetry/opentelemetry-js#5334 is reviewed and merged, as the CI tests will fail until then |
Which problem is this PR solving?
Providing an esbuild plugin for auto instrumentation open-telemetry/opentelemetry-js#4174. Depdendent on open-telemetry/opentelemetry-js#5334
Short description of the changes
Diag channels based alternative to #1856.