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 {
6363 eventFiltersIntegration ,
6464 initOpenTelemetry ,
6565 isInitialized ,
66+ isEnabled ,
6667 kafkaIntegration ,
6768 koaIntegration ,
6869 knexIntegration ,
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export {
1414 createTransport ,
1515 getClient ,
1616 isInitialized ,
17+ isEnabled ,
1718 generateInstrumentOnce ,
1819 getCurrentScope ,
1920 getGlobalScope ,
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ export {
3232 flush ,
3333 getClient ,
3434 isInitialized ,
35+ isEnabled ,
3536 getCurrentScope ,
3637 getIsolationScope ,
3738 getGlobalScope ,
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ export {
3333 createTransport ,
3434 getClient ,
3535 isInitialized ,
36+ isEnabled ,
3637 generateInstrumentOnce ,
3738 getCurrentScope ,
3839 getGlobalScope ,
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ export {
3333 flush ,
3434 getClient ,
3535 isInitialized ,
36+ isEnabled ,
3637 getCurrentScope ,
3738 getGlobalScope ,
3839 getIsolationScope ,
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ export {
3333 flush ,
3434 getClient ,
3535 isInitialized ,
36+ isEnabled ,
3637 getCurrentScope ,
3738 getGlobalScope ,
3839 getIsolationScope ,
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export {
1414 createTransport ,
1515 getClient ,
1616 isInitialized ,
17+ isEnabled ,
1718 generateInstrumentOnce ,
1819 getCurrentScope ,
1920 getGlobalScope ,
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ export {
6565export {
6666 addBreadcrumb ,
6767 isInitialized ,
68+ isEnabled ,
6869 getGlobalScope ,
6970 lastEventId ,
7071 close ,
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ export {
5555 flush ,
5656 getClient ,
5757 isInitialized ,
58+ isEnabled ,
5859 getCurrentScope ,
5960 getGlobalScope ,
6061 getIsolationScope ,
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ export {
5252 eventFiltersIntegration ,
5353 initOpenTelemetry ,
5454 isInitialized ,
55+ isEnabled ,
5556 knexIntegration ,
5657 kafkaIntegration ,
5758 koaIntegration ,
You can’t perform that action at this time.
0 commit comments