Skip to content

Commit c596e06

Browse files
committed
fixing plugin id
1 parent c2d3f8e commit c596e06

File tree

1 file changed

+1
-1
lines changed
  • packages/datadog-plugin-google-genai/src

1 file changed

+1
-1
lines changed

packages/datadog-plugin-google-genai/src/tracing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const TracingPlugin = require('../../dd-trace/src/plugins/tracing.js')
44

55
class GenAiTracingPlugin extends TracingPlugin {
6-
static id = 'genai'
6+
static id = 'google-genai'
77
static operation = 'request'
88
static prefix = 'tracing:apm:google:genai:request'
99

0 commit comments

Comments
 (0)