We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b026174 commit 411a618Copy full SHA for 411a618
dd-trace-core/src/main/java/datadog/trace/core/DDSpanContext.java
@@ -811,7 +811,7 @@ private boolean precheckIntercept(String tag) {
811
* tag interception
812
*/
813
private void setBox(String tag, Object box) {
814
- if (tagInterceptor.interceptTag(this, tag, box)) {
+ if (!tagInterceptor.interceptTag(this, tag, box)) {
815
synchronized (unsafeTags) {
816
unsafeTags.set(tag, box);
817
}
0 commit comments