Open
Description
Users injecting their own otel instruments which rely on the ZoneContextManager
may experience breaking changes in the upcoming version.
The web-tracing package will no longer include the ZoneContextManager
.
It can be added via the Faro config.
Example:
initializeFaro({
// ...
instrumentations: [
// ...
new TracingInstrumentation({
contextManager: new ZoneContextManager(),
instrumentations: [
/* custom instruments */
],
}),
],
// ...
});
Metadata
Metadata
Assignees
Labels
No labels