[Valorant] Add "warmup" support to "round_phase" info update

Related Games:

Valorant

Feature Description:

Users complain that their KDA is not as they receive in their match scoreboard.
when we look at the data, we see that the warmup data is counted too.
We would like to be able to detect when is the warmup round_phase so we can detect when the phase switches.
This way, we could can split the data in a more comfortable way

impact for my app:

High (~130K DAU, with ~hundred complaints)

What is your current pain point?

Users complain that their KDA is not as they receive in their match scoreboard.
when we look at the data, we see that the warmup data is counted too.

What do you have in mind to solve it?

add support for a new round_phase called warmup
The info update would look like:

{"info":{"match_info":{"round_phase":"warmup"}},"feature":"match_info"}