Run Sidecar with Docker
Run System-wide
Run Spotlight as a system-wide service that can be shared across all your local projects:
docker run --rm \ --pull always \ --name spotlight \ --detach \ -p 8969:8969/tcp \ ghcr.io/getsentry/spotlight:latest
Once running, configure your SDKs to use http://localhost:8969/stream
.
Update to Latest Version
docker stop spotlightdocker rm spotlightdocker pull ghcr.io/getsentry/spotlight:latestdocker run --rm --name spotlight -d -p 8969:8969/tcp ghcr.io/getsentry/spotlight:latest