Commit 3f1a84b
authored
debug(replay): Remove noisy log that is causing event buffer overflow as well (#14069)
Removes a log statement that is output when buffer is already full
(which will keep overflowing the buffer). Also noticed a log statement
in `stop()` that would trigger when we stop due to event buffer being
full, which would compoound the issue. This last fix should be pulled
into the SDK.1 parent cee2c42 commit 3f1a84b
File tree
2 files changed
+3
-7
lines changed- packages/replay-internal/src
- eventBuffer
2 files changed
+3
-7
lines changedLines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | 70 | | |
77 | 71 | | |
78 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
455 | | - | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
456 | 458 | | |
457 | 459 | | |
458 | 460 | | |
| |||
0 commit comments