feat: capture logged exceptions and integrate storage-server with sentry
This commit is contained in:
@ -149,7 +149,7 @@ func (d *eventDispatcher) Run(ctx context.Context) {
|
||||
ctx,
|
||||
"message subscription context canceled",
|
||||
logger.F("message", msg),
|
||||
logger.E(errors.WithStack(ctx.Err())),
|
||||
logger.CapturedE(errors.WithStack(ctx.Err())),
|
||||
)
|
||||
|
||||
return
|
||||
|
Reference in New Issue
Block a user