Skip to content

Commit

Permalink
Add log with next heartbeat time
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Jan 8, 2025
1 parent 103d3b4 commit f603a1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Sampler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ class Sampler {
)
updateAccumulator(acc: trackedData)
heartbeatInterval = trackedData.heartbeatTimeout!

os_log("Send heartbeat completed. New heartbeat timeout %.2f seconds.", trackedData.heartbeatTimeout!)
}

@objc internal func sendHeartbeats() -> Void {
Expand Down

0 comments on commit f603a1b

Please sign in to comment.