We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb9d14 commit 517938aCopy full SHA for 517938a
example/otel/client.go
@@ -22,7 +22,7 @@ func main() {
22
23
uptrace.ConfigureOpentelemetry(
24
// copy your project DSN here or use UPTRACE_DSN env var
25
- // uptrace.WithDSN("https://[email protected]/1"),
+ // uptrace.WithDSN("http://project2_secret_token@localhost:14317/2"),
26
27
uptrace.WithServiceName("myservice"),
28
uptrace.WithServiceVersion("v1.0.0"),
0 commit comments