Browse Source

fix(discover): Link unparameterized transaction banner to correct docs page (#48948)

Closes https://github.com/getsentry/sentry-docs/issues/6923
Malachi Willey 1 year ago
parent
commit
f19fbec3b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/views/discover/results.tsx

+ 1 - 1
static/app/views/discover/results.tsx

@@ -537,7 +537,7 @@ export class Results extends Component<Props, State> {
             'These are unparameterized transactions. To better organize your transactions, [link:set transaction names manually].',
             {
               link: (
-                <ExternalLink href="https://docs.sentry.io/platforms/javascript/guides/react/configuration/integrations/react-router/#parameterized-transaction-names" />
+                <ExternalLink href="https://docs.sentry.io/platforms/javascript/performance/instrumentation/automatic-instrumentation/#beforenavigate" />
               ),
             }
           )}