File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
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)