This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
4.2.0
- Added API to send crashes from arbitrary plugins: protocols
YMMYandexMetricaPlugins
(to receive the object implementing this protocol invoke methodYMMYandexMetrica.getPluginExtension
),YMMYandexMetricaPluginReporting
(to receive the object implementing this protocol invoke methodYMMYandexMetricaReporting.getPluginExtension
), as well as classesYMMPluginErrorDetails
,YMMStackTraceElement
. - Added API for plugins that is required for full SDK functioning in terms of sessions auto-tracking when activated from plugins:
YMMYandexMetricaPlugins.handlePluginInitFinished
. - Added the capability to send errors from reporters without main API key activation. In this case, the errors will not contain meta-information retrieved from KSCrash (system info).