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 05091f5 commit cd9c441Copy full SHA for cd9c441
packages/sveltekit/test/vite/sentrySvelteKitPlugins.test.ts
@@ -70,7 +70,7 @@ describe('sentrySvelteKit()', () => {
70
71
it("doesn't return the sentry source maps plugins if autoUploadSourcemaps is `false`", async () => {
72
const plugins = await getSentrySvelteKitPlugins({ autoUploadSourceMaps: false });
73
- expect(plugins).toHaveLength(2); // auto instrument + global values injection
+ expect(plugins).toHaveLength(1); // auto instrument
74
});
75
76
it("doesn't return the sentry source maps plugins if `NODE_ENV` is development", async () => {
0 commit comments