Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Missed @SuppressForbidden.
  • Loading branch information
AlexeyKuznetsov-DD committed Jun 18, 2025
commit 9fa8ad61c6b48340c24cc16f85f8659aa03af705
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ public void run() {
}
}

@SuppressForbidden
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a nice solution

private Closeable muteTracing() {
try {
Class<?> agentTracerClass =
Expand Down