Skip to content

Commit

Permalink
Aesthetic
Browse files Browse the repository at this point in the history
  • Loading branch information
arafatkatze committed Jan 31, 2025
1 parent 3b056eb commit 31422be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class OpenTelemetryService {
this.tracerProvider = new NodeTracerProvider({
resource: new Resource({
[SemanticResourceAttributes.SERVICE_NAME]: 'cody-client',
[SemanticResourceAttributes.SERVICE_VERSION]: version,
[SemanticResourceAttributes.SERVICE_VERSION]: clientCapabilities().agentExtensionVersion,
}),
})
// Register once at startup
Expand Down

0 comments on commit 31422be

Please sign in to comment.