Rename Sentry Span Descriptions.
This commit is contained in:

committed by
Sebastian Serth

parent
e0419c2e58
commit
e877cd1e52
@@ -34,6 +34,7 @@ type SentryDebugWriter struct {
|
||||
|
||||
func NewSentryDebugWriter(target io.Writer, ctx context.Context) *SentryDebugWriter {
|
||||
span := sentry.StartSpan(ctx, "nomad.execute.connect")
|
||||
span.Description = "/bin/bash -c"
|
||||
return &SentryDebugWriter{
|
||||
Target: target,
|
||||
Ctx: ctx,
|
||||
|
Reference in New Issue
Block a user