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.
replayIntegration
1 parent 47342f3 commit fa427deCopy full SHA for fa427de
packages/replay-internal/src/util/logger.ts
@@ -74,7 +74,12 @@ function makeReplayDebugLogger(): ReplayDebugLogger {
74
coreDebug.error(PREFIX, error);
75
76
if (_capture) {
77
- captureException(error);
+ captureException(error, {
78
+ mechanism: {
79
+ handled: false,
80
+ type: 'replay',
81
+ },
82
+ });
83
} else if (_trace) {
84
// No need for a breadcrumb if `_capture` is enabled since it should be
85
// captured as an exception
0 commit comments