This commit is contained in:
Alessio Placitelli 2020-02-11 16:16:45 +01:00
Родитель 89ba9b1be7
Коммит 53a6637467
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -16,6 +16,9 @@
* Android:
* Collections performed before initialization (preinit tasks) are now dispatched off
the main thread during initialization.
* The baseline ping will now include `reason` codes that indicate why it was
submitted. If an unclean shutdown is detected (e.g. due to force-close), this
ping will be sent at startup with `reason: dirty_startup`.
* iOS:
* Collections performed before initialization (preinit tasks) are now dispatched off
the main thread and not awaited during initialization.