IntrospectionLogicObserver
Observer that captures logic tracing events for session capture.
This observer is automatically registered when IntrospectionModule is used. It captures logic method start/complete/fail events from the LogicTracer and stores them in the SessionCapture for later export.
Note: This only captures events if the reaktiv-tracing compiler plugin is applied. Without the plugin, logic methods are not instrumented and no events will be captured.