I am trying to add request id tracing when I capture an exception in Sentry-Java. In the official doc, only code samples for javascript is given.
Is this feature available for Sentry-Java..?
I am trying to add request id tracing when I capture an exception in Sentry-Java. In the official doc, only code samples for javascript is given.
Is this feature available for Sentry-Java..?
Tracing is an experiment that Sentry (see the forum) is doing at the moment. It's pretty new and so far it's only part of the JavaScript and Python SDKs. The reason these two SDKs were picked is that Sentry uses both of them and will be dogfooding this feature.
This is all still changing a lot.
That means at this point sentry.java
doesn't support tracing but once the broader support arrives this will be communicated. Likely via the blog and Twitter.