Existing detectors fail to compile: breaking change in @opentelemetry/[email protected] #3676
Labels
bug
Something isn't working
priority:p1
Bugs which cause problems in end-user applications such as crashes, data inconsistencies, etc
What happened?
Steps to Reproduce
npm i --save-exact @opentelemetry/[email protected]
npm i --save-dev typescript
detector.ts
, add the code belownpx tsc detector.ts --lib es2017
Expected Result
Compiles as it did with @opentelemetry/[email protected]
Actual Result
Fails with a compiler error.
Additional Details
Introduced in #3460
OpenTelemetry Setup Code
// no OpenTelemetry setup is necessary.
package.json
Relevant log output
The text was updated successfully, but these errors were encountered: