Skip to content

Commit

Permalink
perf: disable sentry, add critters
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-berlin committed Feb 27, 2024
1 parent 8491b52 commit ad7f922
Show file tree
Hide file tree
Showing 3 changed files with 441 additions and 2 deletions.
5 changes: 3 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ export default defineConfig({
// authToken: import.meta.env.SENTRY_AUTH_TOKEN,
// },
// }),
sentry(),
spotlightjs(),
// sentry(),
// spotlightjs(),
(await import("astro-critters")).default(),
],
vite: {
plugins: [
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"@vue/compiler-sfc": "^3.4.20",
"@vue/devtools-api": "^6.6.1",
"@vue/test-utils": "^2.4.4",
"astro-critters": "2.1.2",
"autoprefixer": "^10.4.17",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
Loading

0 comments on commit ad7f922

Please sign in to comment.