Performance Monitoring
To automatically configure and enable performance monitoring, enable the tracing option.
This enables various additional integrations for monitoring and instrumentation. On the client-side it enables BrowserTracing
and Vue Router Instrumentation
integrations. On the server-side it enables the Http
and tracingHandler
integrations for tracing HTTP requests and connect
/express
routes.
See the description of the tracing option if you want to customize some aspect of that functionality like the percentage of requests to capture.
Note that the tracesSampleRate
value can be between 0.0 and 1.0 (percentage of requests to capture) and Sentry documentation strongly recommends reducing the value from the default 1.0.
See also Sentry's SDK client and server Performance Monitoring pages for additional information about those integrations.