Skip to content

Commit

Permalink
Add missing generateInstrumentOnce exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan committed Jun 11, 2024
1 parent 390c9b7 commit 8c9330a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/aws-serverless/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export {
getCurrentHub,
getClient,
isInitialized,
generateInstrumentOnce,
getCurrentScope,
getGlobalScope,
getIsolationScope,
Expand Down
1 change: 1 addition & 0 deletions packages/bun/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export {
getCurrentHub,
getClient,
isInitialized,
generateInstrumentOnce,
getCurrentScope,
getGlobalScope,
getIsolationScope,
Expand Down
1 change: 1 addition & 0 deletions packages/google-cloud-serverless/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export {
getCurrentHub,
getClient,
isInitialized,
generateInstrumentOnce,
getCurrentScope,
getGlobalScope,
getIsolationScope,
Expand Down

0 comments on commit 8c9330a

Please sign in to comment.