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

feat(replay): Do not log "timeout while trying to read resp body" as exception #13965

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

billyvg
Copy link
Member

@billyvg billyvg commented Oct 11, 2024

Change this to be a warn level log instead of an exception (which gets captured to Sentry). Since this is an error we are throwing ourselves and it is to be expected, no need to treat as an exception.

This also adds a new meta string to differentiate from an error while parsing. This means we can show a more specific error message on the frontend.

…exception

Change this to be a warn level log instead of an exception (which gets captured to Sentry). Since this is an error we are throwing ourselves and it is to be expected, no need to treat as an exception.

This also adds a new meta string to differentiate from an error while parsing. This means we can show a more specific error message on the frontend.
Copy link
Contributor

size-limit report 📦

Path Size % Change Change
@sentry/browser 22.73 KB - -
@sentry/browser - with treeshaking flags 21.53 KB - -
@sentry/browser (incl. Tracing) 35.01 KB - -
@sentry/browser (incl. Tracing, Replay) 71.73 KB +0.08% +52 B 🔺
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 62.1 KB +0.05% +26 B 🔺
@sentry/browser (incl. Tracing, Replay with Canvas) 76.06 KB +0.07% +53 B 🔺
@sentry/browser (incl. Tracing, Replay, Feedback) 88.83 KB +0.06% +54 B 🔺
@sentry/browser (incl. Tracing, Replay, Feedback, metrics) 90.68 KB +0.06% +52 B 🔺
@sentry/browser (incl. metrics) 27 KB - -
@sentry/browser (incl. Feedback) 39.87 KB - -
@sentry/browser (incl. sendFeedback) 27.38 KB - -
@sentry/browser (incl. FeedbackAsync) 32.17 KB - -
@sentry/react 25.49 KB - -
@sentry/react (incl. Tracing) 37.97 KB - -
@sentry/vue 26.91 KB - -
@sentry/vue (incl. Tracing) 36.9 KB - -
@sentry/svelte 22.87 KB - -
CDN Bundle 24.11 KB - -
CDN Bundle (incl. Tracing) 36.84 KB - -
CDN Bundle (incl. Tracing, Replay) 71.5 KB +0.05% +34 B 🔺
CDN Bundle (incl. Tracing, Replay, Feedback) 76.82 KB +0.05% +35 B 🔺
CDN Bundle - uncompressed 70.7 KB - -
CDN Bundle (incl. Tracing) - uncompressed 109.36 KB - -
CDN Bundle (incl. Tracing, Replay) - uncompressed 221.8 KB +0.04% +83 B 🔺
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 235.02 KB +0.04% +83 B 🔺
@sentry/nextjs (client) 37.94 KB - -
@sentry/sveltekit (client) 35.6 KB - -
@sentry/node 124.9 KB - -
@sentry/node - without tracing 94.13 KB - -
@sentry/aws-serverless 103.7 KB - -

View base workflow run

@billyvg billyvg marked this pull request as ready for review October 11, 2024 19:28
@billyvg billyvg requested a review from a team as a code owner October 11, 2024 19:28
Comment on lines -302 to -303

return _getResponseText(response);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unreachable code

@billyvg billyvg merged commit b86c182 into develop Oct 15, 2024
150 checks passed
@billyvg billyvg deleted the feat-replay-do-not-log-body-parse-timeout branch October 15, 2024 14:15
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.

3 participants