-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Open
Description
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
- Send logs to Sentry with a custom boolean attribute (e.g., isManual: true) using SDK v9.x with _experiments: { enableLogs: true }
- Go to Explore β Logs
- Find a log entry containing the boolean attribute
- Expand the log entry to view its attributes
- Click the "+ Add to filter" link next to the boolean attribute (e.g., isManual)
Expected Result
The filter isManual is true is added and logs are filtered to show only entries where the boolean attribute equals true.
Actual Result
-
An error tooltip appears: "Invalid key. 'tags[isManual,boolean]' is not a supported search key."
-
The query does not return the expected results
-
Attempting to manually type isManual is "" shows a different error: "Invalid number. Expected number then optional k, m, or b suffix (e.g. 500k)"
Screenshot 1 - Error when filtering by boolean attribute:
Screenshot 2 - Invalid number error when value is empty:
Product Area
Explore
Link
No response
DSN
No response
Version
No response
Metadata
Metadata
Assignees
Projects
Status
Waiting for: Product Owner