Skip to content

Commit 376c7b2

Browse files
committed
feat(serverless): Add missing @sentry/node re-exports
1 parent 889fda5 commit 376c7b2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

dev-packages/e2e-tests/test-applications/node-exports-test-app/scripts/consistentExports.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ const DEPENDENTS: Dependent[] = [
6464
'runWithAsyncContext',
6565
'hapiErrorPlugin',
6666
],
67-
// TODO: Fix exports in serverless
68-
skip: true,
6967
},
7068
{
7169
package: '@sentry/sveltekit',

packages/serverless/src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,10 @@ export {
7878
startSpanManual,
7979
continueTrace,
8080
parameterize,
81+
requestDataIntegration,
82+
linkedErrorsIntegration,
83+
inboundFiltersIntegration,
84+
functionToStringIntegration,
85+
createGetModuleFromFilename,
86+
metrics,
8187
} from '@sentry/node';

0 commit comments

Comments
 (0)