Skip to content

Commit 8c9330a

Browse files
committed
Add missing generateInstrumentOnce exports.
1 parent 390c9b7 commit 8c9330a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/aws-serverless/src/index.ts

+1
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

+1
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

+1
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)