Commit e3e72ad2 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Pass version as 'release' to Sentry

parent 6a9f7abb
......@@ -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