jeggy
06/24/2025, 8:53 AMval rawRouteAttribute = AttributeKey<String>("rawRouteAttribute")
environment.monitor.subscribe(Routing.RoutingCallStarted) { call ->
    call.attributes.put(rawRouteAttribute, call.route.parent.toString())
}CallLoggingjava.lang.IllegalStateExceptionNo instance for key AttributeKey: rawRouteAttributeCallLoggingRoutingCallStartedAleksei Tirman [JB]
06/25/2025, 7:58 AMRoutingCallStartedIllegalStateExceptionjeggy
06/25/2025, 8:31 AM