[TT-12193] Add log for event handler webhook#6310
Conversation
|
PR Description updated to latest commit (99a4f28) |
|
API Changes --- prev.txt 2024-05-27 09:54:01.977725919 +0000
+++ current.txt 2024-05-27 09:53:58.985704414 +0000
@@ -10255,6 +10255,9 @@
func (w *WebHookHandler) Checksum(reqBody string) (string, error)
func (w *WebHookHandler) CreateBody(em config.EventMessage) (string, error)
+ CreateBody will render the webhook event message template. If an error
+ occurs, a partially rendered template will be returned alongside the error
+ that occured.
func (w *WebHookHandler) HandleEvent(em config.EventMessage)
HandleEvent will be fired when the event handler instance is found in an |
PR Review 🔍
Code feedback:
|
PR Code Suggestions ✨
|
💥 CI tests failed 🙈git-stateall okPlease look at the run or in the Checks tab. |
|
|
/release to release-5.3 |
|
Working on it! Note that it can take a few minutes. |
|
Still working... |
Co-authored-by: Tit Petric <[email protected]> (cherry picked from commit b759583)
|
@titpetric Succesfully merged PR |
…6310) [TT-12193] Add log for event handler webhook (#6310) Co-authored-by: Tit Petric <[email protected]>
Co-authored-by: Tit Petric <[email protected]>




No description provided.