TWebSentry - Add OnSend Event

It would be useful to an OnSend(const AType: TSentryType; AMessage: TJSObject) (where TSentryType = HandledException, UnhandledException, MessageLog)

At the moment I am using the OnApplicationError event in order to provide some user feedback. Having this in the TWebSentry component would make the code simpler.