Ex:
/CaptureErrors formats and delivers an error to the Sentry server using the default Client. Adds a stacktrace to the packet, excluding the call to this method.*/
func CaptureError(err error, tags map[string]string, interfaces ...Interface) string
This is very hard to read and understand what variable interfaces is. And how I could use this field
Ex: /CaptureErrors formats and delivers an error to the Sentry server using the default Client. Adds a stacktrace to the packet, excluding the call to this method.*/ func CaptureError(err error, tags map[string]string, interfaces ...Interface) string
This is very hard to read and understand what variable interfaces is. And how I could use this field