Skip to content

Commit

Permalink
Fix logging initial null viewLoadingTime on first call to addViewLoad…
Browse files Browse the repository at this point in the history
…ingTime
  • Loading branch information
sbarrio committed Feb 28, 2025
1 parent c0044da commit 74ce0ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ internal open class RumViewScope(
internalLogger.log(
InternalLogger.Level.DEBUG,
InternalLogger.Target.USER,
{ ADDING_VIEW_LOADING_TIME_DEBUG_MESSAGE_FORMAT.format(Locale.US, viewLoadingTime, viewName) }
{ ADDING_VIEW_LOADING_TIME_DEBUG_MESSAGE_FORMAT.format(Locale.US, newLoadingTime, viewName) }
)
internalLogger.logApiUsage {
InternalTelemetryEvent.ApiUsage.AddViewLoadingTime(
Expand Down

0 comments on commit 74ce0ef

Please sign in to comment.