Skip to content

Commit 7b64cb2

Browse files
committed
Use the plugin in the e2e app
1 parent 852681e commit 7b64cb2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
import { sentrySolidStartVite } from '@sentry/solidstart';
12
import { defineConfig } from '@solidjs/start/config';
23

3-
export default defineConfig({});
4+
export default defineConfig({
5+
vite: {
6+
plugins: [sentrySolidStartVite({})],
7+
},
8+
});

0 commit comments

Comments
 (0)