Skip to content

Commit

Permalink
profiler: fix the defaultAPIURL (DataDog#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
knusbaum authored and mingrammer committed Dec 22, 2020
1 parent c25fe2f commit 3104277
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 @@ -32,7 +32,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 3104277

Please sign in to comment.