Use ID rather than IP, memes
This commit is contained in:
parent
ef9c0c6c6a
commit
6554447cbc
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue
Block a user