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 1c82f33 commit b026174Copy full SHA for b026174
dd-trace-core/src/main/java/datadog/trace/core/DDSpanContext.java
@@ -810,7 +810,7 @@ private boolean precheckIntercept(String tag) {
810
* The TagMap isn't optimized and will need to box the primitive regardless of
811
* tag interception
812
*/
813
- private boolean setBox(String tag, Object box) {
+ private void setBox(String tag, Object box) {
814
if (tagInterceptor.interceptTag(this, tag, box)) {
815
synchronized (unsafeTags) {
816
unsafeTags.set(tag, box);
0 commit comments