Open InterstellarStella opened 1 month ago
Routing to @getsentry/product-owners-dashboards for triage ⏲️
Assigning to @getsentry/support for routing ⏲️
@InterstellarStella thanks for raising this!
The INP measurement only supports these tags:
transaction
environment
release
browser.name
user.geo.subregion
This is a technical limitation that might change in the future.
Can the user in question filter their events using the transaction
tag? In the meantime we'll need to update the search bar to point out that the url
tag (and most other tags, actually) are not supported for the INP measurement
Hi @gggritso / @InterstellarStella - Thanks for confirming this. Filtering by transaction resolves part of the problem for us, but having the ability to filter by more tags would be beneficial. The main use case is to segment INP data between mobile and desktop devices as per the Web Vital recommendations:
To ensure you're hitting the recommended target for these metrics for most of your users, a good threshold to measure is the 75th percentile of page loads, segmented across mobile and desktop devices.
@matt-pawley yes, that makes sense! For your main use case, you can do browser segmentation by using the browser.name:
tag. e.g., browser.name:*Mobile
should filter for browsers like "Chrome Mobile"
. This is not foolproof though, and it'd be even more robust to do something like browser.name:["Chrome Mobile","Safari Mobile"...
depending on which browsers you see in your app.
Though overall I agree that being able to filter on more tags would be helpful here
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
https://www.example.com/abc/
.http.url:*abc*
Expected Result
You get the expected number.
Actual Result
The dashboard shows "(no value)" when it should have been showing a number. Taking the filter off or switching to another measurement shows another number normally.
Example in the shadow ticket.
Product Area
Dashboards
Link
No response
DSN
No response
Version
No response
┆Issue is synchronized with this Jira Improvement by Unito