Skip to content

Commit

Permalink
feat: log AVS metrics to datadog (#2857)
Browse files Browse the repository at this point in the history
  • Loading branch information
typfel authored Jul 2, 2024
1 parent 436dfee commit 485bd10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class CallManagerImpl internal constructor(

@Suppress("UNUSED_ANONYMOUS_PARAMETER")
private val metricsHandler = MetricsHandler { conversationId: String, metricsJson: String, arg: Pointer? ->
callingLogger.i("$TAG -> metricsHandler")
callingLogger.i("Calling metrics: $metricsJson")
}.keepingStrongReference()

@Suppress("UNUSED_ANONYMOUS_PARAMETER")
Expand Down

0 comments on commit 485bd10

Please sign in to comment.