Browser tracing won't to work, please help. #6190
-
Hi,
I can see some request being made to the dsn endpoint, when I issue some xhr requests, but nothing seem to be appearing in the Sentry performance reports. The errors (issues) on the other hand are tracked just fine. I tried changing tracingOrigins to match my domain, without any results. Am I missing something? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@headshota you need to set a |
Beta Was this translation helpful? Give feedback.
@headshota you need to set a
tracesSampleRate
in yourSentry.init
config to get performance data sampled and sent to Sentry. See: https://docs.sentry.io/platforms/javascript/configuration/options/#tracing-options for more details.