Skip to content

Commit e1c0f19

Browse files
committed
Add reflect-metadata imports
1 parent 36c3d10 commit e1c0f19

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/nestjs/src/decorators.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import 'reflect-metadata';
12
import type { MonitorConfig } from '@sentry/core';
23
import { captureException, isThenable } from '@sentry/core';
34
import * as Sentry from '@sentry/node';

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import 'reflect-metadata';
12
import type { InstrumentationConfig } from '@opentelemetry/instrumentation';
23
import {
34
InstrumentationBase,

0 commit comments

Comments
 (0)