ran npx @sentry/migr8@latest per the Sentry release notes
This commit is contained in:
Родитель
334d4aad35
Коммит
70e116fac8
|
@ -22,7 +22,6 @@
|
|||
"@next/third-parties": "^14.2.3",
|
||||
"@sentry/nextjs": "^8.0.0",
|
||||
"@sentry/node": "^8.0.0",
|
||||
"@sentry/tracing": "^7.114.0",
|
||||
"@stripe/stripe-js": "^3.0.6",
|
||||
"@types/jsdom": "^21.1.5",
|
||||
"@types/node": "^20.12.10",
|
||||
|
@ -8068,19 +8067,6 @@
|
|||
"node": ">=14.18"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry-internal/tracing": {
|
||||
"version": "7.114.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry-internal/tracing/-/tracing-7.114.0.tgz",
|
||||
"integrity": "sha512-dOuvfJN7G+3YqLlUY4HIjyWHaRP8vbOgF+OsE5w2l7ZEn1rMAaUbPntAR8AF9GBA6j2zWNoSo8e7GjbJxVofSg==",
|
||||
"dependencies": {
|
||||
"@sentry/core": "7.114.0",
|
||||
"@sentry/types": "7.114.0",
|
||||
"@sentry/utils": "7.114.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/babel-plugin-component-annotate": {
|
||||
"version": "2.16.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.16.0.tgz",
|
||||
|
@ -8360,18 +8346,6 @@
|
|||
"node": ">=10"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/core": {
|
||||
"version": "7.114.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.114.0.tgz",
|
||||
"integrity": "sha512-YnanVlmulkjgZiVZ9BfY9k6I082n+C+LbZo52MTvx3FY6RE5iyiPMpaOh67oXEZRWcYQEGm+bKruRxLVP6RlbA==",
|
||||
"dependencies": {
|
||||
"@sentry/types": "7.114.0",
|
||||
"@sentry/utils": "7.114.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/nextjs": {
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/nextjs/-/nextjs-8.0.0.tgz",
|
||||
|
@ -8613,36 +8587,6 @@
|
|||
"node": ">=14.18"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/tracing": {
|
||||
"version": "7.114.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-7.114.0.tgz",
|
||||
"integrity": "sha512-eldEYGADReZ4jWdN5u35yxLUSTOvjsiZAYd4KBEpf+Ii65n7g/kYOKAjNl7tHbrEG1EsMW4nDPWStUMk1w+tfg==",
|
||||
"dependencies": {
|
||||
"@sentry-internal/tracing": "7.114.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/types": {
|
||||
"version": "7.114.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.114.0.tgz",
|
||||
"integrity": "sha512-tsqkkyL3eJtptmPtT0m9W/bPLkU7ILY7nvwpi1hahA5jrM7ppoU0IMaQWAgTD+U3rzFH40IdXNBFb8Gnqcva4w==",
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/utils": {
|
||||
"version": "7.114.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.114.0.tgz",
|
||||
"integrity": "sha512-319N90McVpupQ6vws4+tfCy/03AdtsU0MurIE4+W5cubHME08HtiEWlfacvAxX+yuKFhvdsO4K4BB/dj54ideg==",
|
||||
"dependencies": {
|
||||
"@sentry/types": "7.114.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@sentry/vercel-edge": {
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@sentry/vercel-edge/-/vercel-edge-8.0.0.tgz",
|
||||
|
|
|
@ -62,7 +62,6 @@
|
|||
"@next/third-parties": "^14.2.3",
|
||||
"@sentry/nextjs": "^8.0.0",
|
||||
"@sentry/node": "^8.0.0",
|
||||
"@sentry/tracing": "^7.114.0",
|
||||
"@stripe/stripe-js": "^3.0.6",
|
||||
"@types/jsdom": "^21.1.5",
|
||||
"@types/node": "^20.12.10",
|
||||
|
|
|
@ -28,12 +28,12 @@ Sentry.init({
|
|||
|
||||
// You can remove this option if you're not planning to use the Sentry Session Replay feature:
|
||||
integrations: [
|
||||
new Sentry.Replay({
|
||||
Sentry.replayIntegration({
|
||||
// Additional Replay configuration goes in here, for example:
|
||||
maskAllText: getEnvironment() === "local",
|
||||
blockAllMedia: getEnvironment() === "local",
|
||||
}),
|
||||
new Sentry.BrowserTracing(),
|
||||
Sentry.browserTracingIntegration(),
|
||||
],
|
||||
});
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче