Skip to content

Commit 517938a

Browse files
committed
chore: update example
1 parent 4cb9d14 commit 517938a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/otel/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func main() {
2222

2323
uptrace.ConfigureOpentelemetry(
2424
// copy your project DSN here or use UPTRACE_DSN env var
25-
// uptrace.WithDSN("https://[email protected]/1"),
25+
// uptrace.WithDSN("http://project2_secret_token@localhost:14317/2"),
2626

2727
uptrace.WithServiceName("myservice"),
2828
uptrace.WithServiceVersion("v1.0.0"),

0 commit comments

Comments
 (0)