Your ROOT_URL in app.ini is http://git.slaventius.ru/ but you are visiting http://37.143.12.169/test3k/authDB/src/commit/062fe41934c5d653ef98f2a55c86ea8ffe454f8f/vendor/github.com/getsentry/raven-go You should set ROOT_URL correctly, otherwise the web may not work correctly.
 
 
 
 
 
slaventius@odnookno.info 32ca115510 * 2 years ago
..
.dockerignore * 2 years ago
.gitignore * 2 years ago
.gitmodules * 2 years ago
.travis.yml * 2 years ago
LICENSE * 2 years ago
README.md * 2 years ago
client.go * 2 years ago
errors.go * 2 years ago
exception.go * 2 years ago
http.go * 2 years ago
interfaces.go * 2 years ago
runtests.sh * 2 years ago
stacktrace.go * 2 years ago
writer.go * 2 years ago

README.md

raven

Build Status Go Report Card GoDoc

raven is the official Go SDK for the Sentry event/error logging system.

Installation

go get github.com/getsentry/raven-go

Note: Go 1.7 and newer are supported.