Skip to content

Commit 19d02d3

Browse files
mydeas1gr1d
andauthored
Update packages/browser/src/tracing/browserTracingIntegration.ts
Co-authored-by: Sigrid Huemer <[email protected]>
1 parent cb8e92e commit 19d02d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/tracing/browserTracingIntegration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ export const browserTracingIntegration = ((_options: Partial<BrowserTracingOptio
417417
}
418418

419419
if (navigationOptions?.isRedirect) {
420-
DEBUG_BUILD && logger.warn('[Tracing] Detected redirect, navigation span will not be the root span.');
420+
DEBUG_BUILD && logger.warn('[Tracing] Detected redirect, navigation span will not be the root span, but a child span.');
421421
_createRouteSpan(
422422
client,
423423
{

0 commit comments

Comments
 (0)