graph LR
raven_Client["raven.Client"]
raven_Client -- "interacts with" --> raven_processors
Added raven.Client as a core component and refined its relationship with raven.processors.
The core client responsible for initiating the event processing pipeline.
Related Classes/Methods: