sentry instrumentation

This commit is contained in:
2025-03-29 20:37:28 -04:00
parent 4f5bc129b6
commit 87a24a98f0
21 changed files with 2244 additions and 333 deletions
+7 -6
View File
@@ -23,11 +23,12 @@
"@giscus/react": "^3.1.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/bundle-analyzer": "15.3.0-canary.24",
"@next/mdx": "15.3.0-canary.24",
"@next/third-parties": "15.3.0-canary.24",
"@next/bundle-analyzer": "15.3.0-canary.25",
"@next/mdx": "15.3.0-canary.25",
"@next/third-parties": "15.3.0-canary.25",
"@octokit/graphql": "^8.2.1",
"@octokit/graphql-schema": "^15.26.0",
"@sentry/nextjs": "^9.10.1",
"@upstash/redis": "^1.34.6",
"clsx": "^2.1.1",
"comma-number": "^2.1.0",
@@ -39,14 +40,13 @@
"html-entities": "^2.5.5",
"lucide-react": "0.485.0",
"modern-normalize": "^3.0.1",
"next": "15.3.0-canary.24",
"next": "15.3.0-canary.25",
"obj-str": "^1.1.0",
"polished": "^4.3.1",
"prop-types": "^15.8.1",
"react": "19.1.0",
"react-countup": "^6.5.3",
"react-dom": "19.1.0",
"react-error-boundary": "^5.0.0",
"react-innertext": "^1.1.5",
"react-is": "19.1.0",
"react-schemaorg": "^2.0.0",
@@ -85,7 +85,7 @@
"babel-plugin-react-compiler": "19.0.0-beta-aeaed83-20250323",
"cross-env": "^7.0.3",
"eslint": "^9.23.0",
"eslint-config-next": "15.3.0-canary.24",
"eslint-config-next": "15.3.0-canary.25",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-css-modules": "^2.12.0",
"eslint-plugin-import": "^2.31.0",
@@ -130,6 +130,7 @@
},
"pnpm": {
"onlyBuiltDependencies": [
"@sentry/cli",
"sharp",
"simple-git-hooks"
],