Environment
SaaS (https://sentry.io/)
Steps to Reproduce
- Send a message event (not an exception/crash) with a top-level stacktrace interface containing frames
- In Discover, search using stack.function: for a function name present in that stacktrace
- Alternatively, search the raw function name as a string
Expected Result
The event should be returned in search results, as the stack frames are visible in the issue UI.
Actual Result
No results returned. The stack.function field only indexes frames from exception.values[].stacktrace.frames, not from top-level stacktrace.frames. This means stack traces on message events are viewable but not searchable.
Product Area
Discover
Link
No response
DSN
No response
Version
No response