mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 15:52:56 +10:00
add some more properties for sentry
This commit is contained in:
@ -56,6 +56,7 @@ const nextConfig = {
|
|||||||
/** @type {import('@sentry/nextjs').SentryWebpackPluginOptions} */
|
/** @type {import('@sentry/nextjs').SentryWebpackPluginOptions} */
|
||||||
const sentryConfig = {
|
const sentryConfig = {
|
||||||
silent: true,
|
silent: true,
|
||||||
|
project: 'client',
|
||||||
dryRun: process.env.NODE_ENV !== 'production',
|
dryRun: process.env.NODE_ENV !== 'production',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -7,8 +7,7 @@
|
|||||||
"lint": "turbo run lint",
|
"lint": "turbo run lint",
|
||||||
"build": "env-cmd --silent turbo run build",
|
"build": "env-cmd --silent turbo run build",
|
||||||
"start": "env-cmd --silent turbo run start",
|
"start": "env-cmd --silent turbo run start",
|
||||||
"format": "prettier --write .",
|
"format": "prettier --write ."
|
||||||
"release": "standard-version --release-as patch"
|
|
||||||
},
|
},
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"schema",
|
"schema",
|
||||||
@ -26,7 +25,6 @@
|
|||||||
"eslint-plugin-import": "^2.26.0",
|
"eslint-plugin-import": "^2.26.0",
|
||||||
"eslint-plugin-simple-import-sort": "^8.0.0",
|
"eslint-plugin-simple-import-sort": "^8.0.0",
|
||||||
"prettier": "^2.8.0",
|
"prettier": "^2.8.0",
|
||||||
"standard-version": "^9.5.0",
|
|
||||||
"typescript": "^4.9.3"
|
"typescript": "^4.9.3"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
|
|||||||
779
pnpm-lock.yaml
generated
779
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
3
server/sentry.properties
Normal file
3
server/sentry.properties
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
defaults.url=https://sentry.io/
|
||||||
|
defaults.org=reactive-resume
|
||||||
|
defaults.project=server
|
||||||
Reference in New Issue
Block a user