Skip to content

Commit e49de0a

Browse files
committed
Fixes #1477
1 parent aa8e92a commit e49de0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collect/collect.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ func (i *InMemCollector) send(ctx context.Context, trace *types.Trace, td *Trace
10141014
} else {
10151015
logFields["environment"] = td.SamplerSelector
10161016
}
1017-
logFields["reason"] = td.KeptReason
1017+
logFields["reason"] = td.Reason
10181018
if td.SamplerKey != "" {
10191019
logFields["sample_key"] = td.SamplerKey
10201020
}

0 commit comments

Comments
 (0)