Skip to content

Commit

Permalink
remove base url configuration from sample-app
Browse files Browse the repository at this point in the history
  • Loading branch information
galkleinman committed Jan 24, 2024
1 parent 09b29ce commit 125ee0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sample-app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ func main() {
ctx := context.Background()

traceloop := sdk.NewClient(ctx, config.Config{
BaseURL: "api-staging.traceloop.com",
APIKey: os.Getenv("TRACELOOP_API_KEY"),
})
defer func() { traceloop.Shutdown(ctx) }()
Expand Down

0 comments on commit 125ee0e

Please sign in to comment.