Skip to content

Commit

Permalink
Update relay-server/src/services/processor/replay.rs
Browse files Browse the repository at this point in the history
Co-authored-by: David Herberth <david.herberth@sentry.io>
  • Loading branch information
cmanallen and Dav1dde authored Aug 27, 2024
1 parent 43c5a3e commit 16c5021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay-server/src/services/processor/replay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ fn handle_replay_event_item(
relay_log::warn!(
error = &error as &dyn Error,
?event_id,
project_id = project_id.map(|v| v.to_string()),
project_id = project_id.map(|v| v.value()),
organization_id = organization_id,
"invalid replay event"
);
Expand Down

0 comments on commit 16c5021

Please sign in to comment.