Skip to content

Commit 8c8a0eb

Browse files
committed
Exported suppressTracing for the remaining libraries
1 parent c3c8da3 commit 8c8a0eb

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

packages/browser/src/exports.ts

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export {
4040
setCurrentClient,
4141
Scope,
4242
continueTrace,
43+
suppressTracing,
4344
SDK_VERSION,
4445
setContext,
4546
setExtra,

packages/cloudflare/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export {
6161
startInactiveSpan,
6262
startSpanManual,
6363
startNewTrace,
64+
suppressTracing,
6465
withActiveSpan,
6566
getSpanDescendants,
6667
continueTrace,

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

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export {
6767
startInactiveSpan,
6868
startSpanManual,
6969
startNewTrace,
70+
suppressTracing,
7071
withActiveSpan,
7172
getRootSpan,
7273
getSpanDescendants,

packages/remix/src/index.server.ts

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ export {
119119
spotlightIntegration,
120120
startInactiveSpan,
121121
startNewTrace,
122+
suppressTracing,
122123
startSession,
123124
startSpan,
124125
startSpanManual,

packages/solidstart/src/server/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ export {
110110
spotlightIntegration,
111111
startInactiveSpan,
112112
startNewTrace,
113+
suppressTracing,
113114
startSession,
114115
startSpan,
115116
startSpanManual,

packages/sveltekit/src/server/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ export {
112112
spotlightIntegration,
113113
startInactiveSpan,
114114
startNewTrace,
115+
suppressTracing,
115116
startSession,
116117
startSpan,
117118
startSpanManual,

packages/vercel-edge/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export {
6161
startInactiveSpan,
6262
startSpanManual,
6363
startNewTrace,
64+
suppressTracing,
6465
withActiveSpan,
6566
getSpanDescendants,
6667
continueTrace,

0 commit comments

Comments
 (0)