Skip to content

Boolean tag parsing and display in Sentry UI #43299

Closed
@adinauer

Description

@adinauer

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.

image

I have a few questions surrounding this:

  1. Is this intended?
  2. 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?
  3. What is the purpose of treating boolean tags differently? (colored tag background) No other tags are treated this way.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions