-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
feat(dashboard): Add overview dashboard #11416
Conversation
47d6d7b
to
85389df
Compare
Please review the last commit |
e51366c
to
53769af
Compare
...sentry/static/sentry/app/views/organizationDashboard/data/queries/anonymousUsersAffected.jsx
Show resolved
Hide resolved
53769af
to
3622491
Compare
src/sentry/static/sentry/app/views/organizationDashboard/discoveryQuery.jsx
Outdated
Show resolved
Hide resolved
src/sentry/static/sentry/app/views/organizationDashboard/discoveryQuery.jsx
Outdated
Show resolved
Hide resolved
...sentry/static/sentry/app/views/organizationDashboard/overviewDashboard/overviewDashboard.jsx
Outdated
Show resolved
Hide resolved
3622491
to
fab1b9e
Compare
This looks generally good to me - the only thing I'd ask is if we can pull out the "system queries" stuff from this PR since it's a bit confusing and isn't being used anywhere |
Removed #11494 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
src/sentry/static/sentry/app/views/organizationDashboard/discoverQuery.jsx
Outdated
Show resolved
Hide resolved
This adds widgets to the dasboard that is generated by JSON modules.
2c74583
to
4ac1ae4
Compare
Depends on
ref(discover): RenamegetChartDataWithPercentages
togetChartDataForWidgets
#11434feat(charts): Add props to customize TableChart header and body height #11408feat(discover): Auto-run when there is a query string present #11425