Skip to content

Commit

Permalink
add new connection error message
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Jan 25, 2024
1 parent cbe8171 commit 8a02b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/integrations/spotlight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
);
});
Expand Down

0 comments on commit 8a02b59

Please sign in to comment.