Allow import straight from github

This commit is contained in:
Alicia
2019-02-23 13:09:10 +00:00
parent 9c44c15e8a
commit 5b78c99b04
43 changed files with 64 additions and 64 deletions

View File

@@ -90,7 +90,7 @@ func _err(err error, tags map[string]string, user *raven.User, c *fasthttp.Reque
}
// Create stacktrace
st := raven.NewStacktrace(0, 3, []string{"zxq.co/ripple", "git.zxq.co/ripple"})
st := raven.NewStacktrace(0, 3, []string{"github.com/osuYozora", "git.github.com/osuYozora"})
ifaces := []raven.Interface{st, generateRavenHTTP(c)}
if user != nil {