additionaldata-message-exception (#12819)
better loging exceptions by keeping the orginal error (otherwise it's swallowed and hard to debug precisely)
This commit is contained in:
@ -197,6 +197,7 @@ export class MessageImportExceptionHandlerService {
|
||||
|
||||
this.exceptionHandlerService.captureExceptions([messageImportException], {
|
||||
additionalData: {
|
||||
exception,
|
||||
messageChannelId: messageChannel.id,
|
||||
},
|
||||
workspace: { id: workspaceId },
|
||||
|
||||
Reference in New Issue
Block a user