Skip to content

Commit e3d3f29

Browse files
committed
Missing exports
1 parent b25388b commit e3d3f29

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/astro/src/index.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export {
1515
addRequestDataToEvent,
1616
amqplibIntegration,
1717
anrIntegration,
18+
disableAnrDetectionForCallback,
1819
captureCheckIn,
1920
captureConsoleIntegration,
2021
captureEvent,

packages/aws-serverless/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export {
4747
extractRequestData,
4848
createGetModuleFromFilename,
4949
anrIntegration,
50+
disableAnrDetectionForCallback,
5051
consoleIntegration,
5152
httpIntegration,
5253
nativeNodeFetchIntegration,

0 commit comments

Comments
 (0)