Skip to content

Commit f0745ba

Browse files
committed
remove unit
1 parent 549f8b1 commit f0745ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/tracing/linkedTraces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export function addPreviousTraceSpanLink(
176176
// - enable more efficient querying for previous/next traces in Sentry
177177
if (Date.now() / 1000 - previousTraceInfo.startTimestamp <= PREVIOUS_TRACE_MAX_DURATION) {
178178
if (DEBUG_BUILD) {
179-
debug.info(
179+
debug.log(
180180
`Adding previous_trace ${previousTraceSpanCtx} link to span ${{
181181
op: spanJson.op,
182182
...span.spanContext(),

0 commit comments

Comments
 (0)