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
The log message in the catch block inside initialize(FilterConfig filterConfig) method in WebRequestTrackingFilter.java class is very misleading. This is emitted even in situations when user doesn't use the agent and filter is successfully registered.
PS: It is general behavior of the filter to test if agent is present and throw. The catch statements should be specific and use different logs for different exceptions.
The text was updated successfully, but these errors were encountered:
The log message in the catch block inside
initialize(FilterConfig filterConfig)
method inWebRequestTrackingFilter.java
class is very misleading. This is emitted even in situations when user doesn't use the agent and filter is successfully registered.PS: It is general behavior of the filter to test if agent is present and throw. The catch statements should be specific and use different logs for different exceptions.
The text was updated successfully, but these errors were encountered: