add some more properties for sentry

This commit is contained in:
Amruth Pillai
2022-11-25 13:07:40 +01:00
parent 88ac365e03
commit fb09283e53
4 changed files with 19 additions and 768 deletions

View File

@ -56,6 +56,7 @@ const nextConfig = {
/** @type {import('@sentry/nextjs').SentryWebpackPluginOptions} */
const sentryConfig = {
silent: true,
project: 'client',
dryRun: process.env.NODE_ENV !== 'production',
};

View File

@ -7,8 +7,7 @@
"lint": "turbo run lint",
"build": "env-cmd --silent turbo run build",
"start": "env-cmd --silent turbo run start",
"format": "prettier --write .",
"release": "standard-version --release-as patch"
"format": "prettier --write ."
},
"workspaces": [
"schema",
@ -26,7 +25,6 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"prettier": "^2.8.0",
"standard-version": "^9.5.0",
"typescript": "^4.9.3"
},
"resolutions": {

779
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

3
server/sentry.properties Normal file
View File

@ -0,0 +1,3 @@
defaults.url=https://sentry.io/
defaults.org=reactive-resume
defaults.project=server