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], {
|
this.exceptionHandlerService.captureExceptions([messageImportException], {
|
||||||
additionalData: {
|
additionalData: {
|
||||||
|
exception,
|
||||||
messageChannelId: messageChannel.id,
|
messageChannelId: messageChannel.id,
|
||||||
},
|
},
|
||||||
workspace: { id: workspaceId },
|
workspace: { id: workspaceId },
|
||||||
|
|||||||
Reference in New Issue
Block a user