Skip to content

Commit f603a1b

Browse files
committed
Add log with next heartbeat time
1 parent 103d3b4 commit f603a1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/Sampler.swift

+2
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ class Sampler {
160160
)
161161
updateAccumulator(acc: trackedData)
162162
heartbeatInterval = trackedData.heartbeatTimeout!
163+
164+
os_log("Send heartbeat completed. New heartbeat timeout %.2f seconds.", trackedData.heartbeatTimeout!)
163165
}
164166

165167
@objc internal func sendHeartbeats() -> Void {

0 commit comments

Comments
 (0)