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. |
Answered by
AbhiPrasad
Nov 11, 2022
Replies: 1 comment 1 reply
|
@headshota you need to set a |
1 reply
Answer selected by
headshota
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@headshota you need to set a
tracesSampleRatein yourSentry.initconfig to get performance data sampled and sent to Sentry. See: https://docs.sentry.io/platforms/javascript/configuration/options/#tracing-options for more details.