You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide the code you used to setup the OpenTelemetry SDK
Examples provided within this repo
What did you do?
Clone the repo
Navigate to opentelemetry-js/examples/tracer-web
Execute npm install
Execute npm start
Select document load test
What did you expect to see?
Open tracing data related to document load in the console
What did you see instead?
Javsacript error
zone.js?9bea:178 Uncaught TypeError: this._tracer.withSpan is not a function at eval (documentLoad.js?dae3:76) at NoopContextManager.with (NoopContextManager.js?9e96:27) at ContextAPI.with (context.js?44eb:60) at DocumentLoad._collectPerformance (documentLoad.js?dae3:71) at eval (documentLoad.js?dae3:48) at ZoneDelegate.invokeTask (zone.js?9bea:402) at Zone.runTask (zone.js?9bea:174) at invokeTask (zone.js?9bea:483) at ZoneTask.invoke (zone.js?9bea:472) at timer (zone.js?9bea:2538)
User interaction test fails with the same error when clicking on any button.
Additional context
Downgrading to version 0.14.0 of the libs seems to work, so might be related to #1836
The text was updated successfully, but these errors were encountered:
[email protected] was a bad release that accidentally broken v14 support.
This updates the versions test to skip that release, and also
reduces the number of versions tested from 27 to 8 by selecting
just the current latest minor releases.
Also, drop the pretest config that (a) was never used
because of the wrong indentation and (b) is no longer
valid since the move to npm workspaces.
Refs: open-telemetry#1860
What version of OpenTelemetry are you using?
0.15.0
What version of Node are you using?
v12.18.0
Please provide the code you used to setup the OpenTelemetry SDK
Examples provided within this repo
What did you do?
npm install
npm start
What did you expect to see?
Open tracing data related to document load in the console
What did you see instead?
Javsacript error
User interaction test fails with the same error when clicking on any button.
Additional context
Downgrading to version 0.14.0 of the libs seems to work, so might be related to #1836
The text was updated successfully, but these errors were encountered: