Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debug(replay): Remove noisy log that is causing event buffer overflow as well #14069

Conversation

billyvg
Copy link
Member

@billyvg billyvg commented Oct 23, 2024

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.

…s well

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.
@billyvg billyvg changed the base branch from develop to beta October 23, 2024 20:07
@billyvg billyvg changed the title meta: Prepare prelease of 8.35.0-beta.0 debug(replay): Remove noisy log that is causing event buffer overflow as well Oct 23, 2024
@billyvg billyvg requested a review from c298lee October 23, 2024 20:08
@billyvg billyvg closed this Oct 23, 2024
@billyvg billyvg reopened this Oct 23, 2024
Copy link
Contributor

size-limit report 📦

Path Size % Change Change
@sentry/browser 22.74 KB added added
@sentry/browser - with treeshaking flags 21.53 KB added added
@sentry/browser (incl. Tracing) 35.13 KB added added
@sentry/browser (incl. Tracing, Replay) 72.07 KB added added
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.33 KB added added
@sentry/browser (incl. Tracing, Replay with Canvas) 76.41 KB added added
@sentry/browser (incl. Tracing, Replay, Feedback) 89.19 KB added added
@sentry/browser (incl. Tracing, Replay, Feedback, metrics) 91.02 KB added added
@sentry/browser (incl. metrics) 27 KB added added
@sentry/browser (incl. Feedback) 39.88 KB added added
@sentry/browser (incl. sendFeedback) 27.38 KB added added
@sentry/browser (incl. FeedbackAsync) 32.18 KB added added
@sentry/react 25.5 KB added added
@sentry/react (incl. Tracing) 38.1 KB added added
@sentry/vue 26.91 KB added added
@sentry/vue (incl. Tracing) 37.02 KB added added
@sentry/svelte 22.87 KB added added
CDN Bundle 24.12 KB added added
CDN Bundle (incl. Tracing) 36.96 KB added added
CDN Bundle (incl. Tracing, Replay) 71.69 KB added added
CDN Bundle (incl. Tracing, Replay, Feedback) 77.04 KB added added
CDN Bundle - uncompressed 70.71 KB added added
CDN Bundle (incl. Tracing) - uncompressed 109.74 KB added added
CDN Bundle (incl. Tracing, Replay) - uncompressed 222.4 KB added added
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.61 KB added added
@sentry/nextjs (client) 38.07 KB added added
@sentry/sveltekit (client) 35.75 KB added added
@sentry/node 125.17 KB added added
@sentry/node - without tracing 94.28 KB added added
@sentry/aws-serverless 103.82 KB added added

@billyvg billyvg marked this pull request as ready for review October 23, 2024 20:40
@billyvg billyvg requested a review from a team as a code owner October 23, 2024 20:40
@billyvg billyvg merged commit 3f1a84b into beta Oct 23, 2024
151 of 152 checks passed
@billyvg billyvg deleted the debug-replay-remove-noisy-log-do-not-log-when-event-size-exceeded branch October 23, 2024 23:05
billyvg added a commit that referenced this pull request Oct 23, 2024
Not intended for public use.

* debug(replay): Remove noisy log that is causing event buffer overflow as well ([#14069](#14069))
billyvg added a commit that referenced this pull request Oct 24, 2024
Not intended for public use.

* debug(replay): Remove noisy log that is causing event buffer overflow as well ([#14069](#14069))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants