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 e0e1bae commit bd042fdCopy full SHA for bd042fd
1 file changed
packages/core/src/js/tracing/span.ts
@@ -119,7 +119,7 @@ export const startIdleSpan = (
119
120
const currentAppState = AppState.currentState;
121
if (currentAppState === 'background' || currentAppState === 'inactive') {
122
- debug.log(`[startIdleSpan] App is already either inactive or in background, not starting span for ${startSpanOption.name}`);
+ debug.log(`[startIdleSpan] App is already in '${currentAppState}' state, not starting span for ${startSpanOption.name}`);
123
return new SentryNonRecordingSpan();
124
}
125
0 commit comments