Skip to content

Add spotlight: true comment to relevant Sentry.init snippets  #535

Closed
@Lms24

Description

@Lms24

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions