Skip to content

Commit

Permalink
Do not increment metrics for parent events (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
AllDmeat authored Dec 27, 2024
1 parent 93de349 commit 12462bb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public class FirebasePerformanceLogger: BBLoggerProtocol {
self.addAttributes(to: trace, from: $0)
self.setMetrics(to: trace, from: $0)
}
incrementMetricForParentEvent(of: event)

trace.stop()

Expand Down

0 comments on commit 12462bb

Please sign in to comment.