- Apr 17, 2018
-
-
Bob Van Landuyt authored
This adds a method to track errors that can be recovered from in sentry. It is useful when debugging performance issues, or exceptions that are hard to reproduce.
-
- Mar 05, 2018
-
- Dec 22, 2017
-
-
Douwe Maan authored
-
- Dec 05, 2017
-
-
Douwe Maan authored
-
- Jun 02, 2017
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Yorick Peterse authored
Scheduling jobs in transactions can lead to race conditions where a job runs before a transaction has been committed. The added initializer ensures the various Sidekiq scheduling methods raise an error when called inside a transaction. Fixes #27233
-