Skip to content

Conversation

@Dav1dde
Copy link
Member

@Dav1dde Dav1dde commented Dec 9, 2025

Reached out to the Replays team if these errors still have value for them.

@Dav1dde Dav1dde requested a review from a team as a code owner December 9, 2025 13:03
@Dav1dde Dav1dde self-assigned this Dec 9, 2025
@Dav1dde Dav1dde force-pushed the dav1d/rm-replay-logs branch from 6f33d47 to 50b9dce Compare December 9, 2025 13:07
match &error {
relay_replays::recording::ParseRecordingError::Compression(e) => {
// 20k errors per day at 0.1% sample rate == 20 logs per day
if sample(0.001).is_keep() {
Copy link
Member

Choose a reason for hiding this comment

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

Is it ok to get rid of this sampling?

event_id = ?config.event_id,
project_id = config.project_id.map(|v| v.value()),
organization_id = config.organization_id.map(|o| o.value()),
"ParseRecordingError::Message"
Copy link
Member

Choose a reason for hiding this comment

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

Can we keep the two different types? (message vs compression)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants