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
perf: avoid redundant work in redactSensitiveHeaders on each call (#113)
Move headersWithSensitiveUrlsLowered and redactSensitiveKeys outside
the inner closure so they are computed once at initialization time
rather than on every invocation of redactSensitiveHeaders.
0 commit comments