In our project, we moved a lot of LogError code to use functions SentrySdk.CaptureMessage.
The problem we have now is that we don't see these Errors while working in the Editor.
We can do Debug.LogError but now it will show twice in Sentry.
Is there any way we could solve this?