I am using sentry.io sdk in my android app to capture event and crash. But I am not able to see any event log in my sentry dashboard. I followed the documentation from this url
and done the Progaurd
setup as well.
Here is the below code for capturing event
Sentry.capture("My Log event")