fix: use spotlight_url to route PHP dev errors to Spotlight sidecar

This commit is contained in:
2026-07-05 22:33:15 +02:00
parent 750e8f805c
commit 7f18e9768c
+2 -1
View File
@@ -2,7 +2,8 @@ when@dev:
sentry: sentry:
dsn: 'https://placeholder@placeholder.ingest.sentry.io/0' dsn: 'https://placeholder@placeholder.ingest.sentry.io/0'
options: options:
spotlight: 'http://spotlight:8969/stream' spotlight: true
spotlight_url: 'http://spotlight:8969/stream'
when@prod: when@prod:
sentry: sentry: