Skip to content

Commit

Permalink
Set appsec.blocked in root span
Browse files Browse the repository at this point in the history
  • Loading branch information
smola committed Jun 28, 2024
1 parent 8a14ac0 commit ccfb03b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ public Object getDataTop(String key) {

@Override
public void effectivelyBlocked() {
setTag("appsec.blocked", "true");
setTagTop("appsec.blocked", "true");
}

@Override
Expand Down

0 comments on commit ccfb03b

Please sign in to comment.