Commit cc5cdd5d authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

feat: Remove sentry astro integration

parent e3851a24
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
import { defineConfig } from 'astro/config';
import sentry from "@sentry/astro";
import spotlightjs from "@spotlightjs/astro";
import lighthouse from "astro-lighthouse";

@@ -8,5 +7,5 @@ import react from "@astrojs/react";
// https://astro.build/config
export default defineConfig({
  outDir: 'html',
  integrations: [sentry(), spotlightjs(), lighthouse(), react()]
  integrations: [spotlightjs(), lighthouse(), react()]
});
 No newline at end of file
+596 −8

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
  },
  "dependencies": {
    "@astrojs/react": "^3.3.1",
    "@sentry/astro": "^7.99.0",
    "@spotlightjs/astro": "^1.0.14",
    "@types/react": "^18.2.79",
    "@types/react-dom": "^18.2.25",
@@ -37,7 +36,8 @@
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-icons": "^5.1.0",
    "react-loader-spinner": "^6.1.6"
    "react-loader-spinner": "^6.1.6",
    "typescript": "^5.5.4"
  },
  "devDependencies": {
    "ajv-cli": "^5.0.0",