sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
This does not actually expose anything related to uptime rules yet, since in order to do anything with up time right now a rule will have to have been generated....
These changes switch flagpole from using pydantic as the base classes to `dataclasses` from stdlib. During the pydantic 2 upgrade the time to parse features shot way up which was...
The "All" module is a holdover from the very early days of Starfish and not used anywhere. Remove it.
Since we moved to regional apis, our server url is now `us.sentry.io`. Someone can correct me if i'm wrong, but the europe server url is `de.sentry.io`? In which case, we...
this pr fixes the overflow issue with the jump to section by limiting it's width and making the button bar scrollable if there's too many items.
Part of moving control silo user related resources into the users module. Includes adding of types for functions. Apart of (#73856)
Adds a "Related Issues" table to query-specific pages. Specifically, this table surfaces all `Slow DB Query` and `N + 1 Query` issues due to the given query.
Registers the errors and transactions dataset as supported datasets for export for the discover split.
this requires a separate type for a bound rule since the digests.notifications code was stuffing rule objects into rules (which for Record is rule ids) split out from my branch...