sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Developer-first error tracking and performance monitoring

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

Bumps [undici](https://github.com/nodejs/undici) from 5.28.5 to 5.29.0. Release notes Sourced from undici's releases. v5.29.0 What's Changed Fix tests in v5.x for Node 20 by @​mcollina in nodejs/undici#4104 Removed clients with unrecoverable...

dependencies
javascript

Right now if you want to preserve the value when adding and removing fields you would need to store the value outside the form model which defeats the purpose of...

Scope: Frontend

In an attempt to change the syntax for defining the uniqueness constraint, the original constraint was dropped and only updated the Django state. This reintroduces the constraint so we actually...

Scope: Backend

The selected search filters would sometimes stick around even after clicking into another input. This ensures that anytime the selection input is blurred, the selection state is cleared.

Scope: Frontend

The icons have little animations, but overall look like this: Checkout the animations here: https://sentry-9jrcpt8pi.sentry.dev/stories/?name=app%2Ficons%2Ficons.stories.tsx

Scope: Frontend

As we mess around with extracting data from RRWeb we need more robust methods of handling the data. The previous code was adhoc and was breakable given a sufficiently motivated...

Scope: Backend

This updates some of the queries to point to the control db replica.

Scope: Backend

The npm package is still set to whatever is in package.json, but that is just a loader for the actual toolbar code. By loading the latest toolbar code we will...

Scope: Frontend

This is just the baseline file generated from /init. Avoids the cost of anyone else doing this, and will be used as we experiment with Claude Code in this repo.

Now that we can send `id=[1,2,3]` to the `/workflows/` endpoint, this replaces the old temporary fetching logic for connected automations on the detector details page

Scope: Frontend