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 2feb1e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ package version
// Tag specifies the current release tag. It needs to be manually
// updated. A test checks that the value of Tag never points to a
// git tag that is older than HEAD.
const Tag = "v1.23.0"
const Tag = "v1.23.2"
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 2feb1e2

Please sign in to comment.