-
-
Notifications
You must be signed in to change notification settings - Fork 369
Open
Labels
Description
Description
We recently agreed that logs should go through the hub and the client, and the hub and client should offer APIs for capturing logs. I documented this in the develop docs getsentry/sentry-docs#15281.
@denrase, we need to change the SentryLogger, so it passes the logs down to the hub and the hub down to the client. I hope we can do that without having to write a lot of ObjC code. In case, we have to write some ObjC code it should only be wrapper methods delegating logic to Swift code. I think we must do this before V9, as it's likely we might have to do some breaking changes for this.