Skip to content

Commit 67791e9

Browse files
mydeas1gr1d
andcommitted
Update packages/browser/src/tracing/browserTracingIntegration.ts
Co-authored-by: Sigrid Huemer <[email protected]>
1 parent fe26a0f commit 67791e9

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
@@ -470,7 +470,7 @@ export const browserTracingIntegration = ((_options: Partial<BrowserTracingOptio
470470
}
471471

472472
if (navigationOptions?.isRedirect) {
473-
DEBUG_BUILD && logger.warn('[Tracing] Detected redirect, navigation span will not be the root span.');
473+
DEBUG_BUILD && logger.warn('[Tracing] Detected redirect, navigation span will not be the root span, but a child span.');
474474
_createRouteSpan(
475475
client,
476476
{

0 commit comments

Comments
 (0)