Skip to content

Commit

Permalink
Merge pull request #55 from teknologi-umum/chore/april-maintenance
Browse files Browse the repository at this point in the history
chore: april maintenance
  • Loading branch information
krowter committed Apr 28, 2024
2 parents f55e4b5 + fba43a3 commit 2e58847
Show file tree
Hide file tree
Showing 3 changed files with 4,936 additions and 3,779 deletions.
9 changes: 6 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import solidJs from "@astrojs/solid-js";
import node from "@astrojs/node";
import Icons from "unplugin-icons/vite";
import sentry from "@sentry/astro";
import * as Sentry from "@sentry/astro";
import { viteStaticCopy } from "vite-plugin-static-copy";

// https://astro.build/config
Expand All @@ -13,9 +14,11 @@ export default defineConfig({
dsn: process.env.SENTRY_DSN,
environment: process.env.NODE_ENV,
sampleRate: 1.0,
tracesSampleRate: 0.3,
replaysSessionSampleRate: 0.0,
replaysOnErrorSampleRate: 0.1,
tracesSampleRate: 0.5,
replaysSessionSampleRate: 0.05,
replaysOnErrorSampleRate: 0.5,
integrations: [Sentry.httpIntegration({ tracing: true }), Sentry.nativeNodeFetchintegration()],
tracePropagationTargets: [/teknologiumum.com/],
sourceMapsUploadOptions: {
project: "tgif",
authToken: process.env.SENTRY_AUTH_TOKEN,
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"test": "vitest run --coverage"
},
"dependencies": {
"@astrojs/node": "^8.2.3",
"@astrojs/solid-js": "^4.0.1",
"@astrojs/node": "^8.2.5",
"@astrojs/solid-js": "^4.1.0",
"@fontsource/jetbrains-mono": "^5.0.11",
"@fontsource/space-grotesk": "^5.0.8",
"@fontsource/unbounded": "^5.0.11",
"@formkit/auto-animate": "1.0.0-pre-alpha.3",
"@leafac/rehype-shiki": "^2.2.1",
"@sentry/astro": "^7.106.1",
"@sentry/astro": "^7.112.2",
"@solid-primitives/scheduled": "^1.4.1",
"astro": "^4.5.1",
"astro": "^4.6.4",
"flourite": "^1.2.4",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
Expand All @@ -32,7 +32,7 @@
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"shiki": "^0.14.3",
"solid-js": "^1.8.15",
"solid-js": "^1.8.17",
"unified": "^11.0.2",
"zod": "^3.22.2"
},
Expand Down
Loading

0 comments on commit 2e58847

Please sign in to comment.