feat(backend): removed a placeholder for app crash events in PG
This commit is contained in:
parent
9bf79f78f6
commit
73a95503c0
1 changed files with 0 additions and 5 deletions
|
|
@ -75,11 +75,6 @@ func (conn *Conn) InsertIssueEvent(sess *sessions.Session, e *messages.IssueEven
|
|||
payload = nil
|
||||
}
|
||||
|
||||
if e.Type == "app_crash" {
|
||||
conn.log.Warn(ctx, "app crash event: %+v", e)
|
||||
return nil
|
||||
}
|
||||
|
||||
if err := conn.bulks.Get("webIssues").Append(sess.ProjectID, issueID, e.Type, e.ContextString); err != nil {
|
||||
conn.log.Error(ctx, "insert web issue err: %s", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue