We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e44d8 commit 5e6f6d6Copy full SHA for 5e6f6d6
apps/nuxt/nuxt.sentry.config.ts
@@ -1,5 +1,5 @@
1
-import { dsnFromString } from '@sentry/utils'
2
import { ModuleOptions as SentryOptions } from '@sentry/nuxt/build/types/module'
+import { dsnFromString } from '@sentry/core'
3
import Config from './src/config'
4
5
export class NuxtSentryConfig {
@@ -12,12 +12,10 @@ export class NuxtSentryConfig {
12
if (token) {
13
return {
14
...options,
15
- sourceMapsUploadOptions: {
16
- telemetry: false,
17
- authToken: token,
18
- org: 'betagouv',
19
- project: 'tee-frontend-vue'
20
- },
+ telemetry: false,
+ authToken: token,
+ org: 'betagouv',
+ project: 'tee-frontend-vue',
21
unstable_sentryBundlerPluginOptions: {
22
errorHandler: (error: Error) => {
23
console.warn(error)
0 commit comments