sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
v7 just changes how its built (es2020 & not minified)
Depends on changes in https://github.com/getsentry/sentry/pull/78575 This adds a _lot_ of types to the event serializer responses to be able to type the API response correctly. This also combines the `/latest`...
Same exact PR as #78539 but rebased on master. Reverted that one because of potential CI failures. After testing locally, it does not appear to be an issue.
add query param to filter by `integrationType`: - `messaging` - `project_management` - `source_code_management` - `on_call_scheduling`
We had `seer_anomaly_detection_connection_pool` defined in a few places, this just moves it to be defined once in `utils.py` and imports it as needed. Some tests will fail until I can...
WIP! Adds anomaly chart visualization to alert creation form. Closes https://getsentry.atlassian.net/browse/ALRT-289
this component was using AsyncComponent's `renderSearchInput` combines the organizationMembersWrapper into the organizationMembers component instead of using the router to pass in some loaded data from above.
Removes async component, uses a few mutations
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce The Issue has events that are marked : invalid minidump They are valid and resymbolicate locally without issue. ### Expected Result valid...