Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@grafana/agent-tracing-web

Package Overview
Dependencies
Maintainers
17
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grafana/agent-tracing-web - npm Package Versions

0.6.0

Diff

domasx2
published 0.5.0 •

Changelog

Source

0.5.0 (2022-10-25)

  • Added basic session tracking: web SDK automatically creates new session id when agent is initialized. 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.
  • Added 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.
  • Limit the number of spans sent by OpenTelemetry at once to 30.
  • Updated dependencies.
  • React basic instrumentation via @grafana/agent-integration-react.
  • Added a deduplication filter to prevent same message being reported multiple times.
  • Added debugging features to the agent.
  • initializeAgent was renamed to initializeGrafanaAgent.
  • Re-export everything from @grafana/agent-core to @grafana/agent-web and @grafana/agent-integration-react.
  • Prevent multiple global instances of the agent from running at the same time.
domasx2
published 0.4.0 •

Changelog

Source

0.4.0 (2022-06-30)

  • Added agent.pause() and agent.unpause() to be able to temporarily stop. ingesting events.
domasx2
published 0.3.0 •

Changelog

Source

0.3.0 (2022-06-16)

  • Updated build: packages will be published with a build targeting es5 with common-js modules, and a build targeting ES6 with ECMAScript modules.
  • agent.api.pushError method to push Error objects directly.
domasx2
published 0.2.0 •

Changelog

Source

0.2.0 (2022-06-03)

  • Open Telemetry tracing integration via @grafana/agent-tracing-web.
  • Option to filter errors using ignoreErrors configuration option.
  • Simplified initializeAgent() method specifically for web apps in @grafana/agent-web.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc