Closed
Description
Discussed in getsentry/sentry-java#2467
Originally posted by EricCraigen January 11, 2023
When setting the value of a tag to any of the following:
"False"
"FALSE"
"FalSe"
"True"
"TRUE"
"TrUe"
The tags are not presented in the UI as a boolean value, yet all of these values could successfully be parsed into a boolean value.
I have a few questions surrounding this:
- Is this intended?
- If so, why so specific that only "true" or "false" will successfully be parsed to a boolean type to be presented in the UI differently?
- What is the purpose of treating boolean tags differently? (colored tag background) No other tags are treated this way.