Skip to content

Commit 29af416

Browse files
chargomes1gr1d
authored andcommitted
bump versions
1 parent 21e46bc commit 29af416

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/nestjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
"@sentry/node": "9.0.0-alpha.1"
5252
},
5353
"devDependencies": {
54-
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
55-
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0"
54+
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
55+
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
5656
},
5757
"peerDependencies": {
58-
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
59-
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0"
58+
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
59+
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
6060
},
6161
"scripts": {
6262
"build": "run-p build:transpile build:types",

packages/nestjs/src/integrations/nest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { NestInstrumentation } from '@opentelemetry/instrumentation-nestjs-core';
1+
import { NestInstrumentation } from './sentry-nest-core-instrumentation';
22
import { defineIntegration } from '@sentry/core';
33
import { generateInstrumentOnce } from '@sentry/node';
44
import { SentryNestEventInstrumentation } from './sentry-nest-event-instrumentation';

packages/nestjs/src/integrations/sentry-nest-instrumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
import { getMiddlewareSpanOptions, getNextProxy, instrumentObservable, isPatched } from './helpers';
2020
import type { CallHandler, CatchTarget, InjectableTarget, MinimalNestJsExecutionContext, Observable } from './types';
2121

22-
const supportedVersions = ['>=8.0.0 <11'];
22+
const supportedVersions = ['>=8.0.0 <12'];
2323
const COMPONENT = '@nestjs/common';
2424

2525
/**

0 commit comments

Comments
 (0)