I don’t receive any issues. I tried to create another projects too.
Code example:
package main
import (
"errors"
"github.com/getsentry/sentry-go"
)
func main() {
sentry.Init(sentry.ClientOptions{
Dsn: "https://753...:d59e...@sentry.io/1492112",
Debug: true,
})
sentry.CaptureException(errors.New("my error"))
}
Debug info:
[Sentry] 2019/06/27 22:15:12 Integration installed: Environment
[Sentry] 2019/06/27 22:15:12 Integration installed: Modules
[Sentry] 2019/06/27 22:15:12 Integration installed: IgnoreErrors
[Sentry] 2019/06/27 22:15:12 Sending error event [b26...] to sentry.io project: 1492112