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

In #38561 I enabled tracing for a Celery task which I could only make it work locally with a trick like this.

Scope: Backend

### Environment SaaS (https://sentry.io/) ### Version _No response_ ### Steps to Reproduce Unreal Engine 4.27.2 1. Setup Unreal Crash Reporter to send events to Sentry.io (we are using the older...

Status: In Progress
Team: Native Platform

It's the end of a long week. Could someone verify if I have something working in here? You can reproduce the build and run the server like this: ``` make...

Status: Stale

Hackweek 2022 - Project "Code HotSpots" This adds a birds eye view of the files causing issues in your code base. This is done with a circle packing diagram in...

Status: Stale
Scope: Frontend
Scope: Backend

Bumps [@react-aria/overlays](https://github.com/adobe/react-spectrum) from 3.7.3 to 3.10.1. Commits 6ad0991 Publish fe1ad32 Add ListView to monopackages (#3451) eca34eb properly extend from calendar aria types (#3450) 1dbd3aa Revert "Repositioning the popover and arrow...

dependencies
Status: Stale
Scope: Frontend

Not sure of a clean way to test this, but if people want me to hack around and force a deadlock error I can try to do so https://getsentry.atlassian.net/browse/SNS-1519

Scope: Backend

The profiling service will support a sort param on this endpoint, so make sure to pass it through when proxying.

Scope: Backend

- This allows arithmetic on datetime fields by converting them to unix timestamps, doing the math, then converting them back - eg. timestamp + 3600 becomes: `toDateTime64(toUnixTimestamp(timestamp) + 3600, 1)`

Status: In Progress
WIP
Scope: Backend