Skip to content

Commit

Permalink
Use the plugin in the e2e app
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiborza committed Sep 3, 2024
1 parent 852681e commit 7b64cb2
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
import { sentrySolidStartVite } from '@sentry/solidstart';
import { defineConfig } from '@solidjs/start/config';

export default defineConfig({});
export default defineConfig({
vite: {
plugins: [sentrySolidStartVite({})],
},
});

0 comments on commit 7b64cb2

Please sign in to comment.