feat: capture logged exceptions and integrate storage-server with sentry
This commit is contained in:
@ -138,7 +138,7 @@ func (m *Module) handleClientMessages() {
|
||||
logger.Error(
|
||||
ctx,
|
||||
"on client message error",
|
||||
logger.E(err),
|
||||
logger.CapturedE(errors.WithStack(err)),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user