add sentry
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
import { sentrySvelteKit } from "@sentry/sveltekit";
|
||||
import { sveltekit } from "@sveltejs/kit/vite";
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
import sqlocal from "sqlocal/vite";
|
||||
import { defineConfig } from "vite";
|
||||
import "dotenv/config";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [tailwindcss(), sveltekit(), sqlocal()],
|
||||
plugins: [sentrySvelteKit({
|
||||
org: "cazzzer",
|
||||
project: "amqtrain",
|
||||
authToken: process.env.SENTRY_AUTH_TOKEN,
|
||||
}), tailwindcss(), sveltekit(), sqlocal()],
|
||||
server: {
|
||||
allowedHosts: ["cazzzer.pgrok.cazzzer.com"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user