Skip to content

Commit

Permalink
[vscode] Set datadog service to vscode-aiconfig (#1302)
Browse files Browse the repository at this point in the history
[vscode] Set datadog service to vscode-aiconfig
  • Loading branch information
rholinshead authored Feb 22, 2024
2 parents f92751f + c0caba5 commit 826565f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode-extension/editor/src/VSCodeEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export default function VSCodeEditor() {
datadogLogs.init({
clientToken: "pub356987caf022337989e492681d1944a8",
env: process.env.NODE_ENV ?? "development",
service: "aiconfig-editor",
service: "vscode-aiconfig",
site: "us5.datadoghq.com",
forwardErrorsToLogs: true,
sessionSampleRate: 100,
Expand Down

0 comments on commit 826565f

Please sign in to comment.