Browse Source

chore(sentry-plugin): Update compatibility to allow pre-release

Michael Bromley 1 year ago
parent
commit
639097eca5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/sentry-plugin/src/sentry-plugin.ts

+ 1 - 1
packages/sentry-plugin/src/sentry-plugin.ts

@@ -122,7 +122,7 @@ const SentryOptionsProvider = {
         resolvers: () => (SentryPlugin.options.includeErrorTestMutation ? [SentryAdminTestResolver] : []),
     },
     exports: [SentryService],
-    compatibility: '^2.2.0',
+    compatibility: '^2.2.0-next.2',
 })
 export class SentryPlugin implements NestModule {
     static options: SentryPluginOptions = {} as any;