Closed
Description
Description:
Suggestion to adding additional RecordEvent methods, RecordError, RecordWarning and RecordNote methods that accepts an exception as an input.
This way we could centralise extraction of the exception message, together with some additional error text provided together with the exception.
Can the also use the call stack from the exception rather than extracting the call stack ourselves, which might help with debugging.