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 c2d3f8e commit c596e06Copy full SHA for c596e06
packages/datadog-plugin-google-genai/src/tracing.js
@@ -3,7 +3,7 @@
3
const TracingPlugin = require('../../dd-trace/src/plugins/tracing.js')
4
5
class GenAiTracingPlugin extends TracingPlugin {
6
- static id = 'genai'
+ static id = 'google-genai'
7
static operation = 'request'
8
static prefix = 'tracing:apm:google:genai:request'
9
0 commit comments