You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On triggering custom filters, candidates for "doFilter" won't show up on the liveView timeline.
The InlayHints for the methods update correctly (count), but candidates never load.
Reproduction steps
Start unlogged-spring-maven-demo
Hit any API from the project from an external source
Go to GlobalFilter, you will see inlayhints with correct call counts for both methods here, but candidates for the doFilter method will not load.
Describe the bug
On triggering custom filters, candidates for "doFilter" won't show up on the liveView timeline.
The InlayHints for the methods update correctly (count), but candidates never load.
Reproduction steps
unlogged-spring-maven-demo
GlobalFilter
, you will see inlayhints with correct call counts for both methods here, but candidates for the doFilter method will not load.Example curls -
Expected behavior
For the candidate for "doFilter" to show up in liveLive timeline.
Additional context
No response
The text was updated successfully, but these errors were encountered: