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
When an error is logged, its message is redacted unless it's originating
from with the tracer.
Previously it would only detect it as coming from within the tracer if
the filepath was within the `packages` directory. This meant that some
errors originating from the tracer would be redacted even though they
shouldn't.
This problem can be traced back to the following PR:
#3593
0 commit comments