Skip to content

Commit

Permalink
fix(replay): Update replay video data category target (#3901)
Browse files Browse the repository at this point in the history
Right now the outcomes are going to the metric second category instead
of replay-video.

#skip-changelog

Related: #3847
  • Loading branch information
cmanallen committed Aug 6, 2024
1 parent d7774e4 commit 9a938e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay-base-schema/src/data_category.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ impl DataCategory {
"profile_duration" => Self::ProfileDuration,
"profile_chunk" => Self::ProfileChunk,
"metric_second" => Self::MetricSecond,
"replay_video" => Self::MetricSecond,
"replay_video" => Self::ReplayVideo,
_ => Self::Unknown,
}
}
Expand Down

0 comments on commit 9a938e9

Please sign in to comment.