feat(backend): removed commented code in heuristics

This commit is contained in:
Alexander Zavorotynskiy 2022-09-02 09:30:56 +02:00
parent 76e4ad9ad2
commit d5f3d5713e

View file

@ -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{},
}