Skip to content

Commit 03877a9

Browse files
committed
meta(changelog): Document truthy/falsy values for SENTRY_SPOTLIGHT
1 parent ea50a4a commit 03877a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
## Unreleased
44

55
- 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
69

710
Work in this release was contributed by @hanseo0507. Thank you for your contribution!
811

0 commit comments

Comments
 (0)