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 f5007a4 commit 53cba4dCopy full SHA for 53cba4d
packages/replay-internal/src/util/logger.ts
@@ -90,7 +90,7 @@ function makeReplayLogger(): ReplayLogger {
90
if (_trace) {
91
// Wait a tick here to avoid race conditions for some initial logs
92
// which may be added before replay is initialized
93
- setTimeout(() => _addBreadcrumb(args[0]), 0);
+ setTimeout(() => _addBreadcrumb(args[0], 'info'), 0);
94
}
95
};
96
} else {
0 commit comments