Closed
Description
Our wizard should inject a commented spotlight: true
flag to enable sending events from the SDK to the spotlight sidecar:
Sentry.init({
dsn: '...',
//...
// uncomment this to enable Spotlight (https://spotlightjs.com):
// spotlight: true
})
For now, the following platforms come to mind:
- NextJS server-side
- SvelteKit server-side
- Remix server-side
Client-side is taken care of by the spotlight overlay (which injects the integration into the Sentry SDK).
Also
- React Native (?)
- Electron (?)
- Not sure about the state in iOS/Android
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status