-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Spotlight just for Frontend #133
Comments
A really cool architecture here would be to have a webworker that intercepts all the requests from the browser and acts as a sidecar, until it detects an actual sidecar and then forwards/proxies everything. |
Spotlight overlay already has an event target we can use to communicate. Maybe we send events via the target to the sentry datacache. |
Closing this out as this is now a reality. The drop-in IIFE CDN bundle works especially well in this scenario. |
Make Spotlight a mode that, if it fails to connect to the sidecar from the frontend and can try to directly send stuff from the Sentry Browser SDK to the Overlay.
For pure frontends, this would make it possible to run it without the sidecar.
The text was updated successfully, but these errors were encountered: