Skip to content

Commit 7c58561

Browse files
mydeas1gr1d
andcommitted
Update packages/browser/src/tracing/browserTracingIntegration.ts
Co-authored-by: Sigrid Huemer <32902192+s1gr1d@users.noreply.github.com>
1 parent ee09f4f commit 7c58561

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
@@ -490,7 +490,7 @@ export const browserTracingIntegration = ((_options: Partial<BrowserTracingOptio
490490
}
491491

492492
if (navigationOptions?.isRedirect) {
493-
DEBUG_BUILD && logger.warn('[Tracing] Detected redirect, navigation span will not be the root span.');
493+
DEBUG_BUILD && logger.warn('[Tracing] Detected redirect, navigation span will not be the root span, but a child span.');
494494
_createRouteSpan(
495495
client,
496496
{

0 commit comments

Comments
 (0)