sentry icon indicating copy to clipboard operation
sentry copied to clipboard

feat(insights): add view trends button in frontend domain view

Open DominikB2014 opened this issue 1 year ago • 0 comments

Work for (https://github.com/getsentry/sentry/issues/77572)

Adds a "view trends" button at the top right of the frontend domain overview page image

This will be repeated for all domain views. (Also yes, we are looking into sharing a lot of these header stuff eventually).

I had to move the <layout.header> up into the FrontendHeader component, otherwise the button wouldn't be properly positioned (because <Layout.HeaderActions> wouldn't be a direct child of <Layout.Header>

DominikB2014 avatar Oct 02 '24 20:10 DominikB2014