Skip to content

Commit

Permalink
use http address from session instead of settings
Browse files Browse the repository at this point in the history
  • Loading branch information
parallaxv committed Sep 26, 2023
1 parent cc14d0f commit 0337c3a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ object Datadog {
val session = LanternApp.getSession()
val hTTPAddr = session.hTTPAddr
val uri = URI("http://" + hTTPAddr)
//
return Configuration.Builder(
logsEnabled = true,
tracesEnabled = true,
Expand Down

0 comments on commit 0337c3a

Please sign in to comment.