Skip to content

Commit 011c2f8

Browse files
committed
nit
1 parent cd26a35 commit 011c2f8

File tree

1 file changed

+1
-1
lines changed
  • packages/live-debugger/src/domain

1 file changed

+1
-1
lines changed

packages/live-debugger/src/domain/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ function sendDebuggerSnapshot(probe: any, result: ActiveEntry): void {
352352
// buildTag('source', 'dd_debugger'),
353353
buildTag('version', serviceVersion),
354354
buildTag('debugger_version', liveDebuggerApi?.version),
355-
buildTag('host_name', hostname) // TODO: Is this needed?
355+
buildTag('host_name', hostname), // TODO: Is this needed?
356356
// buildTag('git.commit.sha', 'fd8163131f3150b86b792eee85eb583df81615da'),
357357
// buildTag('git.repository_url', 'https://github.com/datadog/debugger-demos'),
358358
)

0 commit comments

Comments
 (0)