Use ID rather than IP, memes

This commit is contained in:
Howl 2016-06-16 14:01:37 +02:00
parent ef9c0c6c6a
commit 6554447cbc
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ func Recovery(client *raven.Client, onlyCrashes bool) gin.HandlerFunc {
stackTrace := raven.NewStacktrace(0, 3, []string{"git.zxq.co/ripple"})
ravenUser := &raven.User{
Username: "token " + token,
IP: c.Request.RemoteAddr,
ID: token,
IP: c.Request.RemoteAddr,
}
flags := map[string]string{