We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1494f45 commit fecc4f2Copy full SHA for fecc4f2
packages/dd-trace/src/plugins/database.js
@@ -95,7 +95,7 @@ class DatabasePlugin extends StoragePlugin {
95
const servicePropagation = this.createDBMPropagationCommentService(dbmService, span)
96
97
if (mode === 'service') {
98
- dbmTraceComment = `${servicePropagation}`
+ dbmTraceComment = servicePropagation
99
} else if (mode === 'full') {
100
span.setTag('_dd.dbm_trace_injected', 'true')
101
const traceparent = span._spanContext.toTraceparent()
0 commit comments