Feature (@grafana/faro-web-sdk): Fetch transport now supports async dynamic header values.
Each header value can be a function returning Promise<string>, resolved at request time
(e.g. for token refresh). Sync dynamic headers (() => string) continue to work (#1490).
Feature (@grafana/faro-core): Add optional fingerprint attribute to exception events for
custom error grouping. The fingerprint can be passed via pushError options or set in the beforeSend hook.
Feature (@grafana/faro-instrumentation-replay): Enable full input and text
masking by default (maskAllInputs: true, maskTextSelector: '*') (#1926).
Feature (@grafana/faro-instrumentation-replay): Add samplingRate option to ReplayInstrumentationOptions to decouple replay coverage from global session sampling (#1919).
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [@grafana/faro-web-sdk](https://github.com/grafana/faro-web-sdk) ([source](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/web-sdk)) | [`2.2.4` → `2.3.0`](https://renovatebot.com/diffs/npm/@grafana%2ffaro-web-sdk/2.2.4/2.3.0) |  |  |
| [@grafana/faro-web-tracing](https://github.com/grafana/faro-web-sdk) ([source](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/web-tracing)) | [`2.2.4` → `2.3.0`](https://renovatebot.com/diffs/npm/@grafana%2ffaro-web-tracing/2.2.4/2.3.0) |  |  |
---
### Release Notes
<details>
<summary>grafana/faro-web-sdk (@​grafana/faro-web-sdk)</summary>
### [`v2.3.0`](https://github.com/grafana/faro-web-sdk/blob/HEAD/CHANGELOG.md#230)
[Compare Source](https://github.com/grafana/faro-web-sdk/compare/v2.2.4...v2.3.0)
- Feature (`@grafana/faro-web-sdk`): Fetch transport now supports async dynamic header values.
Each header value can be a function returning `Promise<string>`, resolved at request time
(e.g. for token refresh). Sync dynamic headers (`() => string`) continue to work ([#​1490](https://github.com/grafana/faro-web-sdk/issues/1490)).
- Feature (`@grafana/faro-core`): Add optional `fingerprint` attribute to exception events for
custom error grouping. The fingerprint can be passed via `pushError` options or set in the
`beforeSend` hook.
- Feature (`@grafana/faro-instrumentation-replay`): Enable full input and text
masking by default (`maskAllInputs: true`, `maskTextSelector: '*'`) ([#​1926](https://github.com/grafana/faro-web-sdk/issues/1926)).
- Feature (`@grafana/faro-instrumentation-replay`): Add `samplingRate` option to
`ReplayInstrumentationOptions` to decouple replay coverage from global session sampling ([#​1919](https://github.com/grafana/faro-web-sdk/issues/1919)).
- Chore (`@grafana/faro-*`): Updated multiple dependencies to address security vulnerabilities
([#​1931](https://github.com/grafana/faro-web-sdk/issues/1931), [#​1922](https://github.com/grafana/faro-web-sdk/issues/1922), [#​1930](https://github.com/grafana/faro-web-sdk/issues/1930)).
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS40IiwidXBkYXRlZEluVmVyIjoiNDMuNTkuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
2.2.4→2.3.02.2.4→2.3.0Release Notes
grafana/faro-web-sdk (@grafana/faro-web-sdk)
v2.3.0Compare Source
Feature (
@grafana/faro-web-sdk): Fetch transport now supports async dynamic header values.Each header value can be a function returning
Promise<string>, resolved at request time(e.g. for token refresh). Sync dynamic headers (
() => string) continue to work (#1490).Feature (
@grafana/faro-core): Add optionalfingerprintattribute to exception events forcustom error grouping. The fingerprint can be passed via
pushErroroptions or set in thebeforeSendhook.Feature (
@grafana/faro-instrumentation-replay): Enable full input and textmasking by default (
maskAllInputs: true,maskTextSelector: '*') (#1926).Feature (
@grafana/faro-instrumentation-replay): AddsamplingRateoption toReplayInstrumentationOptionsto decouple replay coverage from global session sampling (#1919).Chore (
@grafana/faro-*): Updated multiple dependencies to address security vulnerabilities(#1931, #1922, #1930).
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.