This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
Separate out webhook and signalr calls from SendEvent
function.
#3506
Labels
enhancement
New feature or request
Currently, the send webhook functionality and signar functionality is directly tied to the 'SendEvent' calls to Application Insights. This means that anytime an event is called, we also potentially send a webhook. This doesn't make sense in the context of the 'TaskHeartbeat' event calls.
The functionality should be separated.
AB#165988
The text was updated successfully, but these errors were encountered: