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
ThreadContext.getRequestTelemetryContext().getHttpServletRequest() returns current servlet request if is implementation of HttpServletRequest
Actual behavior
returns always null
To Reproduce
Steps to reproduce the behavior:
Create own Telemetry initializer
in onInitializeTelemetry call ThreadContext.getRequestTelemetryContext().getHttpServletRequest()
Expected behavior
ThreadContext.getRequestTelemetryContext().getHttpServletRequest()
returns current servlet request if is implementation of HttpServletRequestActual behavior
returns always
null
To Reproduce
Steps to reproduce the behavior:
Create own Telemetry initializer
in onInitializeTelemetry call
ThreadContext.getRequestTelemetryContext().getHttpServletRequest()
Sample Application
System information
Please provide the following information:
The text was updated successfully, but these errors were encountered: