microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Separate out webhook and signalr calls from `SendEvent` function.

nharper285 opened this issue · comments

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