Skip to content

Commit

Permalink
chore: scrap sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
ViorelMocanu committed Jan 30, 2024
1 parent 7438ec4 commit b90cf56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { fileURLToPath } from 'url';
import mdx from '@astrojs/mdx';
import path from 'path';
import partytown from '@astrojs/partytown';
import sentry from "@sentry/astro";
//import sentry from "@sentry/astro";
import sitemap from '@astrojs/sitemap';
import vercel from '@astrojs/vercel/serverless';
import webmanifest from 'astro-webmanifest';
Expand Down Expand Up @@ -124,17 +124,17 @@ export default defineConfig({
Logger: 1,
}),*/
//astroCSPHashGenerator,
/*
sentry({
dsn: "https://344f761c5efeb4b9ea6b08942c01f5b6@o4506599007911936.ingest.sentry.io/4506661195808768",
/*
// @ts-ignore
sourceMapsUploadOptions: {
project: "resurse-dev",
// @ts-ignore
authToken: VITE_SENTRY_AUTH_TOKEN,
telemetry: false,
},
*/
}),
*/
],
});

0 comments on commit b90cf56

Please sign in to comment.