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 738e214 commit e2bff22Copy full SHA for e2bff22
packages/node-core/test/sdk/init.test.ts
@@ -218,6 +218,10 @@ describe('init()', () => {
218
});
219
220
describe('spotlight configuration', () => {
221
+ afterEach(() => {
222
+ delete process.env.SENTRY_SPOTLIGHT;
223
+ });
224
+
225
it('enables spotlight with default URL from `SENTRY_SPOTLIGHT` env variable (truthy value)', () => {
226
process.env.SENTRY_SPOTLIGHT = 'true';
227
0 commit comments