Add sentry logs for workers

This commit is contained in:
2025-04-27 13:10:27 +07:00
parent 3c044a1e29
commit 934a0a26c1

View File

@@ -57,6 +57,7 @@ public class PricesService : IPricesService
}
catch (Exception ex)
{
SentrySdk.CaptureException(ex);
_logger.LogError($"[{exchange}][{ticker}][{timeframe}] Error : {ex.Message} | {ex.StackTrace}");
}
}