getsentry / getsentry/sentry-javascript

feat(browser): Add environment variable support for Spotlight configuration

オープン
#18,404 コメント 1 件 リアクション 0 件 担当者 1 名 @BYK が担当を希望しています GitHub で見る
Feature
主要言語
TypeScript
スター
8.7k
フォーク
1.8k
平均マージ
1日 17時間
マージ済み PR(30日)
515

説明

> \[!NOTE\]
The pull request "[feat(browser): Add environment variable support for Spotlight configuration]()" was created by @BYK but did not reference an issue. Therefore this issue was created for better visibility in external tools like Linear.

Implements full Spotlight spec with support for multiple framework-specific
environment variable prefixes. Adds defensive environment variable access
for both process.env and import.meta.env to support various bundlers.

Supported environment variables (in priority order):

* `PUBLIC_SENTRY_SPOTLIGHT` (SvelteKit, Astro, Qwik)
* `NEXT_PUBLIC_SENTRY_SPOTLIGHT` (Next.js)
* `VITE_SENTRY_SPOTLIGHT `(Vite)
* `NUXT_PUBLIC_SENTRY_SPOTLIGHT `(Nuxt)
* `REACT_APP_SENTRY_SPOTLIGHT `(Create React App)
* `VUE_APP_SENTRY_SPOTLIGHT `(Vue CLI)
* `GATSBY_SENTRY_SPOTLIGHT `(Gatsby)
* `SENTRY_SPOTLIGHT` (base/official)

`SENTRY_SPOTLIGHT` is last as in environments like Docker Compose, we actually make the front-end env variable different than the base `SENTRY_SPOTLIGHT` one -- the backends need to reach `docker.host.internal` whereas front-ends always need `localhost` as we assume the browser runs on the same host with Spotlight.

Refactors envToBool utility from node-core to core package for shared usage.
Adds resolveSpotlightOptions utility to ensure consistent precedence rules
across Browser and Node SDKs.

Includes comprehensive test coverage for all new utilities and integration
tests for environment variable precedence behavior.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。