Commit f7dc0171 authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)

Merge branch 'sentry' into 'master'

Pass version as 'release' to Sentry



See merge request !64
parents e3fc2af7 e3e72ad2
......@@ -52,6 +52,7 @@ func main() {
}
flag.Parse()
raven.DefaultClient.SetRelease(Version)
version := fmt.Sprintf("gitlab-workhorse %s", Version)
if *printVersion {
fmt.Println(version)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment