exceptionless/Exceptionless.Java

Update documentation

Closed this issue · 0 comments

Remove the following snippet from the Show me the code section of the documentation

// Submit async events using submitXXXAsync methods
client.submitLogAsync("Test log");

We don't support async methods as events are processed asynchronously internally.