Skip to content

Commit a715808

Browse files
committed
Add missing generateInstrumentOnce exports.
1 parent 89b26b8 commit a715808

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/aws-serverless/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export {
1616
getCurrentHub,
1717
getClient,
1818
isInitialized,
19+
generateInstrumentOnce,
1920
getCurrentScope,
2021
getGlobalScope,
2122
getIsolationScope,

packages/bun/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export {
3636
getCurrentHub,
3737
getClient,
3838
isInitialized,
39+
generateInstrumentOnce,
3940
getCurrentScope,
4041
getGlobalScope,
4142
getIsolationScope,

packages/google-cloud-serverless/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export {
1616
getCurrentHub,
1717
getClient,
1818
isInitialized,
19+
generateInstrumentOnce,
1920
getCurrentScope,
2021
getGlobalScope,
2122
getIsolationScope,

0 commit comments

Comments
 (0)