This repository was archived by the owner on May 31, 2022. It is now read-only.
|
Hello! I need to add event listeners to http server pool for observe faults and send to Sentry. For example https://github.com/UPDG/roadrunner-sentry How can i do it in v2? |
Answered by
rustatian
Sep 28, 2021
Replies: 1 comment 15 replies
|
Hey @vasilevrv . This part of the RR2 left the same as was in the RR1 (but will be reworked in the future versions). You can provide your listener directly to the https://github.com/spiral/roadrunner-plugins/blob/master/server/plugin.go#L143 |
15 replies
Answer selected by
rustatian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @vasilevrv . This part of the RR2 left the same as was in the RR1 (but will be reworked in the future versions). You can provide your listener directly to the https://github.com/spiral/roadrunner-plugins/blob/master/server/plugin.go#L143
NewWorkerPoolmethod.