Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(eap-api): Sentry distinguishes floats and doubles (#83629)
Follow up on #83566 Even when Snuba sends back doubles, Sentry uses `TYPE_MAP` to resolve them into floats. This is unintended behavior. This PR makes it so that Sentry looks at Snuba's response to determine if the values are doubles, instead of looking at `TYPE_MAP` to determine that. Co-authored-by: Rachel Chen <[email protected]>
- Loading branch information