sentry
sentry copied to clipboard
Developer-first error tracking and performance monitoring
In #38561 I enabled tracing for a Celery task which I could only make it work locally with a trick like this.
### 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...
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...
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...
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...
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
The profiling service will support a sort param on this endpoint, so make sure to pass it through when proxying.
- 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)`