Skip to content

Commit

Permalink
profiler: fix the defaultAPIURL (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
knusbaum committed Apr 28, 2020
1 parent 9b02ec4 commit 7142b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiler/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (
)

const (
defaultAPIURL = "https://beta-intake.profile.datadoghq.com/v1/input"
defaultAPIURL = "https://intake.profile.datadoghq.com/v1/input"
defaultEnv = "none"
)

Expand Down

0 comments on commit 7142b0a

Please sign in to comment.