File tree Expand file tree Collapse file tree 7 files changed +7
-0
lines changed
google-cloud-serverless/src Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ export {
4040 setCurrentClient ,
4141 Scope ,
4242 continueTrace ,
43+ suppressTracing ,
4344 SDK_VERSION ,
4445 setContext ,
4546 setExtra ,
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ export {
6161 startInactiveSpan ,
6262 startSpanManual ,
6363 startNewTrace ,
64+ suppressTracing ,
6465 withActiveSpan ,
6566 getSpanDescendants ,
6667 continueTrace ,
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ export {
6767 startInactiveSpan ,
6868 startSpanManual ,
6969 startNewTrace ,
70+ suppressTracing ,
7071 withActiveSpan ,
7172 getRootSpan ,
7273 getSpanDescendants ,
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ export {
119119 spotlightIntegration ,
120120 startInactiveSpan ,
121121 startNewTrace ,
122+ suppressTracing ,
122123 startSession ,
123124 startSpan ,
124125 startSpanManual ,
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ export {
110110 spotlightIntegration ,
111111 startInactiveSpan ,
112112 startNewTrace ,
113+ suppressTracing ,
113114 startSession ,
114115 startSpan ,
115116 startSpanManual ,
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ export {
112112 spotlightIntegration ,
113113 startInactiveSpan ,
114114 startNewTrace ,
115+ suppressTracing ,
115116 startSession ,
116117 startSpan ,
117118 startSpanManual ,
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ export {
6161 startInactiveSpan ,
6262 startSpanManual ,
6363 startNewTrace ,
64+ suppressTracing ,
6465 withActiveSpan ,
6566 getSpanDescendants ,
6667 continueTrace ,
You can’t perform that action at this time.
0 commit comments