Skip to content

Commit f167a2e

Browse files
authored
profiler: fix the defaultAPIURL (#645)
1 parent ef14697 commit f167a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profiler/options.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const (
3232
)
3333

3434
const (
35-
defaultAPIURL = "https://beta-intake.profile.datadoghq.com/v1/input"
35+
defaultAPIURL = "https://intake.profile.datadoghq.com/v1/input"
3636
defaultEnv = "none"
3737
)
3838

0 commit comments

Comments
 (0)