Skip to content

Commit

Permalink
emb-sdk-init should be private
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsitoPuglisi committed May 10, 2024
1 parent fb18d72 commit 1bfe56a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ internal class StartupServiceImpl(
spanService.recordCompletedSpan(
name = "sdk-init",
startTimeMs = startTimeMs,
endTimeMs = endTimeMs
endTimeMs = endTimeMs,
private = true
)
}
sdkInitStartMs = startTimeMs
Expand Down

0 comments on commit 1bfe56a

Please sign in to comment.