sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Developer-first error tracking and performance monitoring

Results 1550 sentry issues
Sort by recently updated
recently updated
newest added

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....

Scope: Frontend

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...

Scope: Frontend
Scope: Backend

The "All" module is a holdover from the very early days of Starfish and not used anywhere. Remove it.

Scope: Frontend

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...

Scope: Frontend
Scope: Backend

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.

Scope: Frontend

Part of moving control silo user related resources into the users module. Includes adding of types for functions. Apart of (#73856)

Scope: Backend

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.

Scope: Frontend

Registers the errors and transactions dataset as supported datasets for export for the discover split.

Scope: Backend

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...

Scope: Backend