Skip to content

Commit 5e6f6d6

Browse files
authored
chore: update Sentry packages to version 10.27.0 (#2331)
1 parent 73e44d8 commit 5e6f6d6

File tree

3 files changed

+616
-672
lines changed

3 files changed

+616
-672
lines changed

apps/nuxt/nuxt.sentry.config.ts

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { dsnFromString } from '@sentry/utils'
21
import { ModuleOptions as SentryOptions } from '@sentry/nuxt/build/types/module'
2+
import { dsnFromString } from '@sentry/core'
33
import Config from './src/config'
44

55
export class NuxtSentryConfig {
@@ -12,12 +12,10 @@ export class NuxtSentryConfig {
1212
if (token) {
1313
return {
1414
...options,
15-
sourceMapsUploadOptions: {
16-
telemetry: false,
17-
authToken: token,
18-
org: 'betagouv',
19-
project: 'tee-frontend-vue'
20-
},
15+
telemetry: false,
16+
authToken: token,
17+
org: 'betagouv',
18+
project: 'tee-frontend-vue',
2119
unstable_sentryBundlerPluginOptions: {
2220
errorHandler: (error: Error) => {
2321
console.warn(error)

0 commit comments

Comments
 (0)