feat(backend): removed commented code in heuristics
This commit is contained in:
parent
76e4ad9ad2
commit
d5f3d5713e
1 changed files with 0 additions and 4 deletions
|
|
@ -34,10 +34,6 @@ func main() {
|
|||
&web2.MemoryIssueDetector{},
|
||||
&web2.NetworkIssueDetector{},
|
||||
&web2.PerformanceAggregator{},
|
||||
// iOS's handlers
|
||||
//&ios2.AppNotResponding{},
|
||||
//&ios2.ClickRageDetector{},
|
||||
//&ios2.PerformanceAggregator{},
|
||||
// Other handlers (you can add your custom handlers here)
|
||||
//&custom.CustomHandler{},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue