Skip to content

Commit

Permalink
fixing key map issues with Jetbrains Rider IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
arafatkatze committed Jan 30, 2025
1 parent aa22aab commit 7b495f4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@ export class OpenTelemetryService {
debugVerbose: configuration.debugVerbose,
accessToken: auth.accessToken,
clientPlatform: clientCapabilities().agentIDE,
agentVersion: clientCapabilities().agentIDEVersion,
agentVersion: version,
}

if (isEqual(this.lastConfig, newConfig)) {
return
}
Expand Down

0 comments on commit 7b495f4

Please sign in to comment.