We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea50a4a commit 03877a9Copy full SHA for 03877a9
CHANGELOG.md
@@ -3,6 +3,9 @@
3
## Unreleased
4
5
- feat(browser): Enable Spotlight via `SENTRY_SPOTLIGHT` env var ([#18050](https://github.com/getsentry/sentry-javascript/pull/18050))
6
+ - Truthy values (`true`, `t`, `y`, `yes`, `on`, `1`) enable Spotlight with the default URL
7
+ - Any other non-falsy string value is used as a custom Spotlight Sidecar URL
8
+ - Falsy values (`false`, `f`, `n`, `no`, `off`, `0`) disable Spotlight
9
10
Work in this release was contributed by @hanseo0507. Thank you for your contribution!
11
0 commit comments