@grafana/agent-tracing-web
Advanced tools
Changelog
0.5.0 (2022-10-25)
SessionInstrumentation
that sends session_start
event on initialization or when new session is set.
SessionProcessor
for OTel that will add session_id
attribute to every span if available.agent.api.pushEvent
method for capturing RUM events.FetchTransport
will back off after receiving 429 Too Many Requests response. Events will be dropped during backoff period.
Backoff period respects Retry-After
header if present.@grafana/agent-integration-react
.initializeAgent
was renamed to initializeGrafanaAgent
.@grafana/agent-core
to @grafana/agent-web
and @grafana/agent-integration-react
.Changelog
0.4.0 (2022-06-30)
agent.pause()
and agent.unpause()
to be able to temporarily stop.
ingesting events.Changelog
0.3.0 (2022-06-16)
agent.api.pushError
method to push Error
objects directly.