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 11import { captureException } from '@sentry/core' ;
2- import { isExpectedError } from './helpers' ;
2+ import { isExpectedError } from '.. /helpers' ;
33
44/**
55 * 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';
22
33export { init } from './sdk' ;
44
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