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
Change PapaSafeTrace from delegating to SafeTrace.isTraceable to
accepting isTraceable as a constructor parameter. This gives clients
direct control over whether tracing is enabled, removing the implicit
dependency on SafeTrace.isTraceable, which will be removed soon.
Update WorkflowPapaTracer's default to explicitly pass isTraceable=false to
avoid overhead. Add tests to verify the new configuration capability for both
PapaSafeTrace and WorkflowPapaTracer.
0 commit comments