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 eaff870 commit 2bd6a25Copy full SHA for 2bd6a25
services/friendbot/main.go
@@ -72,7 +72,7 @@ func run(cmd *cobra.Command, args []string) {
72
os.Exit(1)
73
}
74
75
- //Setup and intialize tracer
+ //Setup and initialize tracer
76
stellarTracer := tracer.NewStellarTracer(cfg.OtelEndpoint, serviceName, serviceVersion)
77
tracer, err := stellarTracer.InitializeTracer()
78
if err != nil {
0 commit comments