Add sentry logs for workers
This commit is contained in:
@@ -57,6 +57,7 @@ public class PricesService : IPricesService
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
SentrySdk.CaptureException(ex);
|
||||
_logger.LogError($"[{exchange}][{ticker}][{timeframe}] Error : {ex.Message} | {ex.StackTrace}");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user