Skip to content
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ public void beforeRequest(final Request<?> request) {
@Override
public void afterResponse(final Request<?> request, final Response<?> response) {
final Context context = request.getHandlerContext(CONTEXT_CONTEXT_KEY);
log.warn("context {}", context);
Copy link
Contributor

Choose a reason for hiding this comment

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

do we had customers complying about? it's quite an annoying log this one

Copy link
Contributor Author

@PerfectSlayer PerfectSlayer Aug 22, 2025

Choose a reason for hiding this comment

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

Nope, it come from a recent refactoring. No release done since.

AgentSpan span = null;
if (context != null) {
request.addHandlerContext(CONTEXT_CONTEXT_KEY, null);
Expand Down
Loading