Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit 4e8b768

Browse files
authored
Update logger.ts (#1455)
1 parent b68c57a commit 4e8b768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/utils/logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class CustomLogger {
3030
let traceId: string | undefined;
3131
let spanId: string | undefined;
3232

33-
//TODO: initialice ddTrace through dd-tracer
33+
//TODO: initialize ddTrace through dd-tracer
3434
if (ddTrace) {
3535
// Access trace information server-side
3636
const currentSpan = ddTrace.scope().active();

0 commit comments

Comments
 (0)