diff --git a/profiler/example_test.go b/profiler/example_test.go index f6322e6100..1ab451d385 100644 --- a/profiler/example_test.go +++ b/profiler/example_test.go @@ -14,7 +14,6 @@ import ( // This example illustrates how to run (and later stop) the Datadog Profiler. func Example() { err := profiler.Start( - profiler.WithAPIKey("123key"), profiler.WithService("users-db"), profiler.WithEnv("staging"), profiler.WithTags("version:1.2.0"),