Fix config update + remove messages + Summary fix for not open position

This commit is contained in:
2025-10-08 02:52:11 +07:00
parent ff7e4ed3d3
commit 67065469a6
17 changed files with 209 additions and 159 deletions

View File

@@ -671,7 +671,7 @@ public class EvmManager : IEvmManager
}
catch (Exception e)
{
Console.WriteLine(e);
SentrySdk.CaptureException(e);
throw;
}
}