-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Transaction Alerts | Filter for devices #54672
Comments
Assigning to @getsentry/support for routing ⏲️ |
Routing to @getsentry/product-owners-alerts for triage ⏲️ |
Hi, @andyl-ioki. Does it not work for you to filter on device in your alert rule? |
Good day @lobsterkatie! Thanks for your reply. Unfortunately this does not work. I tried it already and it states:
Also the docs state the following for transactions:
I don't know why there is this difference for error and transactions (we are using transactions), but it would be really cool filter in transactions (at least for us) for specific devices. |
Hmmm - I'm surprised that didn't work for you. Despite what the docs say (we recently changed how we implement transaction alerts, and the docs need to be updated), one of my colleagues who's worked on the feature just assured me that now you can indeed filter on I just tried it, and when I type And when I click on Does that not happen for you? |
UPDATE: Just had a PM comment on my slack thread with the engineer, to say that we haven't released this fully, but should be rolling it out to everyone in the coming weeks. |
Thanks for letting me know. :) |
I just tried it and it is working now 🎉 Closing it. :) |
Problem Statement
Current Setup
We have a React Native app which is used by many different devices. Therefore the performance differs very widely for each device.
As we roll out new versions of our App we want to monitor, if the performance improves, remains constant or (hopefully not) degrades.
So what we did is, filtering transactions manually for specific app versions and compare it with older versions.
Or we created alerts that have a specific threshold for each version of our App.
Disadvantages right now
There are several downsides of this approach:
What we can do manually
Get to the transaction, filter for a specific
device
(e.g.device:SM-G398FN
) and check the average duration of it.But this involves "too" much manual work.
Solution Brainstorm
Implement the possibility to filter for specific devices in a transaction alert.
With this feature we can check if our app changed the performance for a specific device group (to the better or worse) because of new features/refactorings/bugfixes.
Also thanks for providing/maintaining/extending this platform 👍
Helps us a lot :)
Product Area
Alerts
The text was updated successfully, but these errors were encountered: