fix(deps): update grafana faro to v2.3.0 #2830
Reference in New Issue
Block a user
Delete Branch "renovate/grafana-faro"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.