Skip to content

Commit

Permalink
Exported suppressTracing for the remaining libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyan114 authored and mydea committed Oct 10, 2024
1 parent 04a98f6 commit 8837a52
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/browser/src/exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export {
setCurrentClient,
Scope,
continueTrace,
suppressTracing,
SDK_VERSION,
setContext,
setExtra,
Expand Down
1 change: 1 addition & 0 deletions packages/cloudflare/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export {
startInactiveSpan,
startSpanManual,
startNewTrace,
suppressTracing,
withActiveSpan,
getSpanDescendants,
continueTrace,
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 @@ -67,6 +67,7 @@ export {
startInactiveSpan,
startSpanManual,
startNewTrace,
suppressTracing,
withActiveSpan,
getRootSpan,
getSpanDescendants,
Expand Down
1 change: 1 addition & 0 deletions packages/remix/src/index.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export {
spotlightIntegration,
startInactiveSpan,
startNewTrace,
suppressTracing,
startSession,
startSpan,
startSpanManual,
Expand Down
1 change: 1 addition & 0 deletions packages/solidstart/src/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export {
spotlightIntegration,
startInactiveSpan,
startNewTrace,
suppressTracing,
startSession,
startSpan,
startSpanManual,
Expand Down
1 change: 1 addition & 0 deletions packages/sveltekit/src/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export {
spotlightIntegration,
startInactiveSpan,
startNewTrace,
suppressTracing,
startSession,
startSpan,
startSpanManual,
Expand Down
1 change: 1 addition & 0 deletions packages/vercel-edge/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export {
startInactiveSpan,
startSpanManual,
startNewTrace,
suppressTracing,
withActiveSpan,
getSpanDescendants,
continueTrace,
Expand Down

0 comments on commit 8837a52

Please sign in to comment.