You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's currently intended to be possible to set up webhook handlers w/o a manager (e.g. in your own HTTP mux, in a separate binary that doesn't need to have a REST config, etc), but it's not easy due to the dependency injection setup from the manager.
We should have a helper to make the dependencies more explicit, and to make this a bit easier.