File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ func shuffle(options []string) {
5555// All errors returned from Main are of type [Error], and support
5656// [Error.HelpText] for user-friendly formatting.
5757func (a App ) Main (ctx context.Context , args []string ) (Result , error ) {
58- ctx , span := tracer .Start (ctx , "Main" )
58+ ctx , span := tracer .Start (ctx , "randomizer. Main" )
5959 defer span .End ()
6060
6161 request , err := a .newRequest (ctx , args )
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ func AWSParameter(name string, ttl time.Duration) TokenProvider {
7777 )
7878
7979 return func (ctx context.Context ) (string , error ) {
80- ctx , span := tracer .Start (ctx , "AWSParameterTokenProvider " )
80+ ctx , span := tracer .Start (ctx , "slack.AWSParameter " )
8181 defer span .End ()
8282
8383 select {
You can’t perform that action at this time.
0 commit comments