Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.42 KB

File metadata and controls

42 lines (33 loc) · 1.42 KB
title BrowserTracing
description Capture performance data for the Browser.
notSupported
javascript.cordova
javascript.node
javascript.aws-lambda
javascript.azure-functions
javascript.connect
javascript.express
javascript.fastify
javascript.gcp-functions
javascript.hapi
javascript.hono
javascript.koa
javascript.nestjs
javascript.deno
javascript.cloudflare
javascript.bun

This integration only works inside a browser environment.

Import name: Sentry.browserTracingIntegration

With tracing, Sentry tracks your software performance, measuring metrics like throughput and latency, and displaying the impact of errors across multiple systems. Sentry captures distributed traces consisting of transactions and spans, which measure individual services and individual operations within those services.

The BrowserTracing integration sets up automatic tracing for your frontend applications. It captures transactions and spans from the browser and sends them to Sentry.

Read more about setting up BrowserTracing.

Sentry.init({
  integrations: [Sentry.browserTracingIntegration()],
});

See Configuration Options for a full list of available options for browserTracingIntegration