Issue
The widget "Most regressed" under the Performance page stopped showing data a while back. Is there anything we are doing wrong or could there be a bug?
Applies To
- All SaaS Customers
- Performance Monitoring
Resolution
This is not necessarily an issue with Sentry or your performance instrumentation, as the message says:
Transactions may not be listed due to the filters above or a low sampling rate.
We simply do not have enough information or confidence to show slow HTTP/DB operations for your chosen filters.
As seen in our docs here:
Note that only trends of a specific significance and throughput are shown and that precedence is given to the most regressed transactions.
For some further understanding of this widget, you can check out this page on how exactly we calculate these trends.
We also recommend ensuring that you are using the latest version of our SDK, and to make sure you are not using any deprecated code. You can check all of our changelog in the SDK's respective GitHub repository.