@grafana/faro-web-sdk
Advanced tools
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).Changelog
1.3.7
@grafana/faro-web-sdk
): add response time to performance timings (#465).@grafana/faro-web-tracing
): Update instrumentation-document-load
which prevents build.
from breaking (#467).Changelog
1.3.6
@grafana/faro-web-sdk
): instrument navigation and resource timings. As long as
this feature is in preview it is disabled by default (#434)@grafana/faro-web-tracing
): Automatically add the value of the MetaApp environment
property to the resource attributes deployment.environment
property (#453)@grafana/faro-web-sdk
): change storage key prefix for Faro session to use reverse domain
notation (#432)@grafana/faro-core
): make check for presence of Event more robust (#436)Changelog
1.3.5
@grafana/faro-web-sdk
): Multiple session_extend events were emitted if multiple
browsing contexts were open when a session was auto-extended (#428)@grafana/faro-web-sdk
): guard against missing isSampled
(#425)Changelog
1.3.2
@grafana/faro-web-sdk
): Fixed an issue where the session meta was missing in session
lifecyle events sent during the init phase (#417).