Skip to content

Commit

Permalink
feat(node): Expose suppressTracing API (#13875)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyan114 authored Oct 11, 2024
1 parent 81df165 commit 8dd854f
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/astro/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/aws-serverless/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export {
startInactiveSpan,
startSpanManual,
startNewTrace,
suppressTracing,
withActiveSpan,
getRootSpan,
getSpanDescendants,
Expand Down
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/bun/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export {
startInactiveSpan,
startSpanManual,
startNewTrace,
suppressTracing,
withActiveSpan,
getRootSpan,
getSpanDescendants,
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/deno/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export {
startInactiveSpan,
startSpanManual,
startNewTrace,
suppressTracing,
metricsDefault as metrics,
inboundFiltersIntegration,
linkedErrorsIntegration,
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/node/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export {
startSpanManual,
startInactiveSpan,
startNewTrace,
suppressTracing,
getActiveSpan,
withActiveSpan,
getRootSpan,
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 8dd854f

Please sign in to comment.