File tree Expand file tree Collapse file tree 14 files changed +14
-0
lines changed
google-cloud-serverless/src Expand file tree Collapse file tree 14 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ export {
63
63
eventFiltersIntegration ,
64
64
initOpenTelemetry ,
65
65
isInitialized ,
66
+ isEnabled ,
66
67
kafkaIntegration ,
67
68
koaIntegration ,
68
69
knexIntegration ,
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export {
14
14
createTransport ,
15
15
getClient ,
16
16
isInitialized ,
17
+ isEnabled ,
17
18
generateInstrumentOnce ,
18
19
getCurrentScope ,
19
20
getGlobalScope ,
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ export {
32
32
flush ,
33
33
getClient ,
34
34
isInitialized ,
35
+ isEnabled ,
35
36
getCurrentScope ,
36
37
getIsolationScope ,
37
38
getGlobalScope ,
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ export {
33
33
createTransport ,
34
34
getClient ,
35
35
isInitialized ,
36
+ isEnabled ,
36
37
generateInstrumentOnce ,
37
38
getCurrentScope ,
38
39
getGlobalScope ,
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ export {
33
33
flush ,
34
34
getClient ,
35
35
isInitialized ,
36
+ isEnabled ,
36
37
getCurrentScope ,
37
38
getGlobalScope ,
38
39
getIsolationScope ,
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ export {
33
33
flush ,
34
34
getClient ,
35
35
isInitialized ,
36
+ isEnabled ,
36
37
getCurrentScope ,
37
38
getGlobalScope ,
38
39
getIsolationScope ,
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export {
14
14
createTransport ,
15
15
getClient ,
16
16
isInitialized ,
17
+ isEnabled ,
17
18
generateInstrumentOnce ,
18
19
getCurrentScope ,
19
20
getGlobalScope ,
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ export {
65
65
export {
66
66
addBreadcrumb ,
67
67
isInitialized ,
68
+ isEnabled ,
68
69
getGlobalScope ,
69
70
lastEventId ,
70
71
close ,
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ export {
55
55
flush ,
56
56
getClient ,
57
57
isInitialized ,
58
+ isEnabled ,
58
59
getCurrentScope ,
59
60
getGlobalScope ,
60
61
getIsolationScope ,
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ export {
52
52
eventFiltersIntegration ,
53
53
initOpenTelemetry ,
54
54
isInitialized ,
55
+ isEnabled ,
55
56
knexIntegration ,
56
57
kafkaIntegration ,
57
58
koaIntegration ,
You can’t perform that action at this time.
0 commit comments