@grafana/faro-instrumentation-performance-timeline
Advanced tools
Changelog
1.7.0
@grafana/faro-web-sdk
): provide option to globally
exclude endpoint URLs from being tracked. This applies to the following instrumentations:
performance, xhr, fetch and web-tracing (#554).faro demo
): Update Demo to pin docker images and replace Cortex by Mimir (#563).faro demo
): Migrate demo Grafana agent to Grafana alloyChangelog
1.6.0
@grafana/faro-web-sdk
, @grafana/faro-web-tracing
): Remove pre-release warning (#550).@grafana/faro-web-tracing
): Remove redundant DocumentLoadInstrumentation.
Faro tracks page load data by default (#551).@grafana/faro-web-sdk
): Performance instrumentation only tracks resource entries initiated
by calls to the fetch
method or xhr-html requests
. To track all resource entries set
trackResources: true
(#560).Changelog
1.5.1
@grafana/faro-web-sdk
): Add parsing time to FaroNavigationTiming (#541).@grafana/faro-web-sdk
): Get rid of structureClone. It caused breakage in some
sandboxed environments because of injected proxy objects (#536).@grafana/faro-web-sdk
): Add K6 test ID to K6 meta if available in window.k6 object (#531).Changelog
1.5.0
@grafana/faro-web-sdk
): Add responseStatus to performance events (#526).@grafana/faro-web-sdk
): Faro updates sessions in an infinite loop if DOM Storage is not
available (#519).@grafana/faro-react
): Support instrumenting React Router v6 data routers (#518).Changelog
1.4.2
@grafana/faro-web-sdk
): Session started timestamp was reset on page-loads (#513).@grafana/faro-web-tracing
): faro.trace.*
attached spanContext from active span instead of
the respective child span (#510).@grafana/faro-web-sdk
): Faro APIs now support adding a custom traceId and spanId to
signals (#510).Changelog
1.4.0
@grafana/faro-web-sdk
): Enable Faro Navigation and Resource timings instrumentation by default (#482).@grafana/faro-web-tracing
): Send a dedicated Faro event for traces of kind=client (#499).Changelog
1.3.9
@grafana/faro-web-sdk
): add duration
property in faro.performance.resource
timings and
rename property totalNavigationTime
to duration
in faro.performance.navigation
timings (#490).@grafana/faro-web-sdk
): crash when navigator.userAgentData is undefined (#494).Changelog
1.3.8
@grafana/faro-web-tracing
, @grafana/faro-core
): Update OpenTelemetry dependencies (#475).