Thirukumaran Vaseeharan
Results
4
issues of
Thirukumaran Vaseeharan
The following code triggers a false positive. ```golang package util import ( "io" "log" ) func Close(c io.Closer) { if err := c.Close(); err != nil { log.Printf("error closing io:...
I am using Sentry for a closed source project and do not want to publish source code with Sentry events. I am currently filtering out the context from the `before_send`...
Status: Backlog
Updates the APIGateway example with the correct names for error metrics