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
[scala3] Fix Scala3 difference in Probe API (#4591)
The Probe.apply API is supposed to take a second argument of type `Layer`.
However, this was incorrectly taking an argument of type `Option[Layer]`.
Revert to the former.
Signed-off-by: Schuyler Eldridge <[email protected]>
0 commit comments