diff --git a/packages/sentry-plugin/src/sentry-plugin.ts b/packages/sentry-plugin/src/sentry-plugin.ts index 8ac18e6391..44c82bfd89 100644 --- a/packages/sentry-plugin/src/sentry-plugin.ts +++ b/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;