File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
import { captureException } from '@sentry/core' ;
2
- import { isExpectedError } from './helpers' ;
2
+ import { isExpectedError } from '.. /helpers' ;
3
3
4
4
/**
5
5
* A decorator to wrap user-defined exception filters and add Sentry error reporting.
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ export * from '@sentry/node';
2
2
3
3
export { init } from './sdk' ;
4
4
5
- export { SentryTraced } from './span-decorator ' ;
6
- export { SentryCron } from './cron-decorator ' ;
7
- export { WithSentry } from './error-decorator ' ;
5
+ export { SentryTraced } from './decorators/sentry-traced ' ;
6
+ export { SentryCron } from './decorators/sentry-cron ' ;
7
+ export { WithSentry } from './decorators/with-sentry ' ;
You can’t perform that action at this time.
0 commit comments