Skip to content

Commit

Permalink
Add browser tracing release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ka3de committed Jan 8, 2024
1 parent 37e10ba commit 1861bbe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions release notes/v0.49.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ k6 `v0.49.0` is here 🎉! This release includes:

_optional intro here_

### `<big_feature_1>` `#pr`
### Add tracing to browser module [browser#1100](https://github.com/grafana/xk6-browser/pull/1100)

_what, why, and what this means for the user_
The browser module now generates traces that provide a representation of its inner workings, such as API methods executed (for example `browser.newPage` and `page.goto`), page navigations, and [Web Vitals](https://grafana.com/docs/k6/latest/using-k6-browser/metrics/#googles-core-web-vitals) measurements.

Take into account that currently the instrumented methods are a subset of all the methods exposed by the browser module API, but this will be extended in the future.

The traces generation for the browser module depends on the overall `k6` traces option introduced in [v0.48.0](https://github.com/grafana/k6/releases/tag/v0.48.0). Check out the [documentation](https://grafana.com/docs/k6/latest/using-k6/k6-options/reference/#traces-output) to learn more about it.

### `<big_feature_n>` `#pr`

Expand Down

0 comments on commit 1861bbe

Please sign in to comment.