Fix .First Position update + add more details when position rejected

This commit is contained in:
2025-10-11 12:27:54 +07:00
parent 3b3e383781
commit 04df72a6bd
4 changed files with 13 additions and 19 deletions

View File

@@ -688,6 +688,7 @@ public class EvmManager : IEvmManager
}
catch (Exception ex)
{
SentrySdk.CaptureException(ex);
throw;
}