Improve CandleStore grain deactivating
This commit is contained in:
@@ -1802,7 +1802,8 @@ public class TradingBotBase : ITradingBot
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
await LogWarning($"Failed to update position status for signal {signalIdentifier}: {ex.Message}");
|
||||
await LogWarning($"Failed to update position status for signal {signalIdentifier}: {ex.Message} {ex.StackTrace}");
|
||||
SentrySdk.CaptureException(ex);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1911,7 +1912,6 @@ public class TradingBotBase : ITradingBot
|
||||
return;
|
||||
|
||||
message = $"[{Config.Name}] {message}";
|
||||
SentrySdk.CaptureException(new Exception(message));
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user