File tree 7 files changed +7
-0
lines changed
google-cloud-serverless/src
7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ export {
40
40
setCurrentClient ,
41
41
Scope ,
42
42
continueTrace ,
43
+ suppressTracing ,
43
44
SDK_VERSION ,
44
45
setContext ,
45
46
setExtra ,
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ export {
61
61
startInactiveSpan ,
62
62
startSpanManual ,
63
63
startNewTrace ,
64
+ suppressTracing ,
64
65
withActiveSpan ,
65
66
getSpanDescendants ,
66
67
continueTrace ,
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ export {
67
67
startInactiveSpan ,
68
68
startSpanManual ,
69
69
startNewTrace ,
70
+ suppressTracing ,
70
71
withActiveSpan ,
71
72
getRootSpan ,
72
73
getSpanDescendants ,
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ export {
119
119
spotlightIntegration ,
120
120
startInactiveSpan ,
121
121
startNewTrace ,
122
+ suppressTracing ,
122
123
startSession ,
123
124
startSpan ,
124
125
startSpanManual ,
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ export {
110
110
spotlightIntegration ,
111
111
startInactiveSpan ,
112
112
startNewTrace ,
113
+ suppressTracing ,
113
114
startSession ,
114
115
startSpan ,
115
116
startSpanManual ,
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ export {
112
112
spotlightIntegration ,
113
113
startInactiveSpan ,
114
114
startNewTrace ,
115
+ suppressTracing ,
115
116
startSession ,
116
117
startSpan ,
117
118
startSpanManual ,
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ export {
61
61
startInactiveSpan ,
62
62
startSpanManual ,
63
63
startNewTrace ,
64
+ suppressTracing ,
64
65
withActiveSpan ,
65
66
getSpanDescendants ,
66
67
continueTrace ,
You can’t perform that action at this time.
0 commit comments