Skip to content

Boolean tag parsing and display in Sentry UI #43299

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
adinauer opened this issue Jan 16, 2023 · 2 comments
Closed

Boolean tag parsing and display in Sentry UI #43299

adinauer opened this issue Jan 16, 2023 · 2 comments

Comments

@adinauer
Copy link
Member

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.
@adinauer
Copy link
Member Author

For more details please refer to the discussion. Transferring this to sentry repo as it's related to UI, not SDK.

@adinauer adinauer transferred this issue from getsentry/sentry-java Jan 16, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2023

This issue has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog or Status: In Progress, I will leave it alone ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

@github-actions github-actions bot locked and limited conversation to collaborators Mar 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant