Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
codecapitano committed Feb 4, 2025
1 parent baa502b commit b80c3ea
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

## Next

### Breaking

- Improvement (`@grafana/faro-web-tracing`): Removed `@opentelemetry/context-zone` as it is not
required for the default instrumentations.

Users who need `ZoneContextManager` for additional OTEL instrumentations can inject it via the
web-tracing configuration.

```ts
initializeFaro({
// ...
instrumentations: [
// ...
new TracingInstrumentation({
contextManager: new ZoneContextManager(),
instrumentations: [
/* ... */
],
}),
],
// ...
});
```

## 1.13.1

- Fix (`@grafana/faro-web-sdk`): Corrected the `setPage()` API to update the `page.id` properly and
Expand Down

0 comments on commit b80c3ea

Please sign in to comment.