Exception is not fire, using sentry-go and gin

Hi sentry forum community! I’m creating microservices on golang/gin and I want to track my exceptions. I’m use docs Gin Docs and Go Docs, but exceptions is not visible on dashboard. I debugged the message and it is being sent, also in sentry debug I received:
[Sentry] 2020/08/12 15:25:05 Sending error event [id here] to url project: project id
Project id is correct. Any idea?