Yozhef
Yozhef
fail-fast = true -> if 1 check failed -> return result fail-fast = false -> all check run then return result
errorResponseCode: int (default: 200); If one of check is failed your Json Response Code change to your custom response code.
* [x] create default monolog_handler_decorator processor (https://github.com/MacPaw/sentry-monolog-adapter/pull/21) * [x] add integration codecov (https://github.com/MacPaw/sentry-monolog-adapter/pull/9) * [x] Create Empty Strategy (https://github.com/MacPaw/sentry-monolog-adapter/pull/18) * [ ] Create Contribution Doc * [x] automatic create release...