When trying to run says Sentry Not Set Up
yndrelbosch opened this issue · 2 comments
yndrelbosch commented
What is Sentry, how do I get it / set it up, so I can run the built files from this project?
Edit, I made it work by adding
os.Setenv("SENTRY_DSN", "DSN Code Here")
to the main function.
BenOvermyer commented
Sentry is an error tracking service (sentry.io). It's free and is used for development.
You can disable it without code changes by setting an environment variable SENTRY_DSN
to a non-empty string.
BenOvermyer commented
The latest version (0.6.5) makes it so that Sentry is optional.