Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: İnanç Gümüş <inanc.gumus@grafana.com>
  • Loading branch information
ka3de and inancgumus authored Jan 9, 2024
1 parent ee46a18 commit c7d30fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release notes/v0.49.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ k6 `v0.49.0` is here 🎉! This release includes:

_optional intro here_

### Add tracing to browser module [browser#1100](https://github.com/grafana/xk6-browser/pull/1100)
### Add tracing to the browser module [browser#1100](https://github.com/grafana/xk6-browser/pull/1100)

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.

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.
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.

Expand Down

0 comments on commit c7d30fa

Please sign in to comment.