We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd26a35 commit 011c2f8Copy full SHA for 011c2f8
packages/live-debugger/src/domain/api.ts
@@ -352,7 +352,7 @@ function sendDebuggerSnapshot(probe: any, result: ActiveEntry): void {
352
// buildTag('source', 'dd_debugger'),
353
buildTag('version', serviceVersion),
354
buildTag('debugger_version', liveDebuggerApi?.version),
355
- buildTag('host_name', hostname) // TODO: Is this needed?
+ buildTag('host_name', hostname), // TODO: Is this needed?
356
// buildTag('git.commit.sha', 'fd8163131f3150b86b792eee85eb583df81615da'),
357
// buildTag('git.repository_url', 'https://github.com/datadog/debugger-demos'),
358
)
0 commit comments