getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.23k stars 4.21k forks source link

feat(dashboards): Add permissions field to dashboards list endpoint #81047

Open nikkikapadia opened 1 day ago

nikkikapadia commented 1 day ago

Adding the permissions field in the dashboard details endpoint to the dashboards list endpoint to have permissions available on dashboard landing page as a part of the dashboard list table view

codecov[bot] commented 13 hours ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:white_check_mark: All tests successful. No failed tests found.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #81047 +/- ## =========================================== + Coverage 57.80% 80.36% +22.55% =========================================== Files 6942 7211 +269 Lines 304158 319645 +15487 Branches 41944 20696 -21248 =========================================== + Hits 175816 256875 +81059 + Misses 123850 62377 -61473 + Partials 4492 393 -4099 ```