Cherry pick v1.7 into master
This commit is contained in:
parent
a09dfa3ce1
commit
b6498cdcbc
73 changed files with 6573 additions and 186 deletions
3
vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/ddtrace.go
generated
vendored
3
vendor/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/ddtrace.go
generated
vendored
|
@ -88,6 +88,9 @@ type FinishConfig struct {
|
|||
// Error holds an optional error that should be set on the span before
|
||||
// finishing.
|
||||
Error error
|
||||
|
||||
// NoDebugStack will prevent any set errors from generating an attached stack trace tag.
|
||||
NoDebugStack bool
|
||||
}
|
||||
|
||||
// StartSpanConfig holds the configuration for starting a new span. It is usually passed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue