Skip to content

Commit

Permalink
adjust after feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Jan 30, 2024
1 parent 512d340 commit 3e20521
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,7 @@ const DEPENDENTS: Dependent[] = [
{
package: '@sentry/serverless',
exports: Object.keys(SentryServerless),
ignoreExports: [
// TODO: Should these be exported from serverless?
'cron',
'runWithAsyncContext',
'hapiErrorPlugin',
],
ignoreExports: ['cron', 'hapiErrorPlugin'],
},
{
package: '@sentry/sveltekit',
Expand Down
3 changes: 3 additions & 0 deletions packages/serverless/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,7 @@ export {
metrics,
// eslint-disable-next-line deprecation/deprecation
extractTraceparentData,
runWithAsyncContext,
// eslint-disable-next-line deprecation/deprecation
enableAnrDetection,
} from '@sentry/node';

0 comments on commit 3e20521

Please sign in to comment.