Skip to content

Commit

Permalink
chore(sentry-plugin): Update compatibility to allow pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Feb 9, 2024
1 parent 7e22bce commit 639097e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sentry-plugin/src/sentry-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 639097e

Please sign in to comment.