We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93feebd commit acbd6b1Copy full SHA for acbd6b1
lib/instrumentation/@google/genai.js
lib/instrumentations.js
@@ -11,7 +11,6 @@ const InstrumentationDescriptor = require('./instrumentation-descriptor')
11
module.exports = function instrumentations() {
12
return {
13
'@azure/functions': { type: InstrumentationDescriptor.TYPE_GENERIC },
14
- // '@google/genai': { type: InstrumentationDescriptor.TYPE_GENERIC },
15
'@grpc/grpc-js': { module: './instrumentation/grpc-js' },
16
'@hapi/hapi': { type: InstrumentationDescriptor.TYPE_WEB_FRAMEWORK },
17
'@hapi/vision': { type: InstrumentationDescriptor.TYPE_WEB_FRAMEWORK },
test/unit/instrumentation/@google/genai.test.js
0 commit comments