We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549f8b1 commit f0745baCopy full SHA for f0745ba
packages/browser/src/tracing/linkedTraces.ts
@@ -176,7 +176,7 @@ export function addPreviousTraceSpanLink(
176
// - enable more efficient querying for previous/next traces in Sentry
177
if (Date.now() / 1000 - previousTraceInfo.startTimestamp <= PREVIOUS_TRACE_MAX_DURATION) {
178
if (DEBUG_BUILD) {
179
- debug.info(
+ debug.log(
180
`Adding previous_trace ${previousTraceSpanCtx} link to span ${{
181
op: spanJson.op,
182
...span.spanContext(),
0 commit comments