diff --git a/src/js/integrations/spotlight.ts b/src/js/integrations/spotlight.ts index d07c97e710..e533c3cabf 100644 --- a/src/js/integrations/spotlight.ts +++ b/src/js/integrations/spotlight.ts @@ -63,7 +63,7 @@ function sendEnvelopesToSidecar(client: Client, sidecarUrl: string): void { mode: 'cors', }).catch(err => { logger.error( - "[Spotlight] Sentry SDK can't connect to Sidecar is it running? See: https://spotlightjs.com/sidecar/npx/", + "[Spotlight] Sentry SDK can't connect to Spotlight is it running? See https://spotlightjs.com to download it.", err, ); });