sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
Work for (https://github.com/getsentry/sentry/issues/77572) Adds a "view trends" button at the top right of the frontend domain overview page This will be repeated for all domain views. (Also yes, we are...
Work for https://github.com/getsentry/sentry/issues/77572 Same as https://github.com/getsentry/sentry/pull/78511 but for mobile. Removes some charts from the "triple chart row" as they are already covered by the "double chart row" as per product...
Work for https://github.com/getsentry/sentry/issues/77572 Same as https://github.com/getsentry/sentry/pull/78511 but for backend Also readds apdex chart as per product feedback
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. add the clickup integration 2. try creating a clickup issue using the integration 3. the external-issue-actions endpoint throws a 400 -...
Work for https://github.com/getsentry/sentry/issues/77572 After some feedback, we decided to keep the columns the same between the existing frontend view and the new frontend overview page. This PR adds any missing...
Allows creation of environments as well, since uptime alerts actually create issues
Work for https://github.com/getsentry/sentry/issues/77572 Creates a base ai overview page, in a future PR, we have to scope the transactions correctly.
Work for https://github.com/getsentry/sentry/issues/77572 Link this widget from the transaction summary To the new web vitals module instead if the new domain view is enabled.
- This adds the overall plan for what the functions and classes will look like for building rpc queries instead - This branch will be the merge target for other...
Demo of the fact that moving/renaming one test file is causing another unrelated test file to consistently crash (always the same tests in the same file). @joshferge suggested maybe it...