Closed NachoEmbrace closed 1 month ago
✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.
Package | Version | Score | Details |
---|
Warnings | |
---|---|
:warning: | No CHANGELOG entry added. |
Generated by :no_entry_sign: Danger Swift against 4c9d60c0d634b67db36102073802f8bae333a31b
Attention: Patch coverage is 85.24590%
with 9 lines
in your changes missing coverage. Please review.
Project coverage is 91.92%. Comparing base (
996f59b
) to head (4c9d60c
). Report is 2 commits behind head on main.
Improves
Embrace.setup
by 10ms-20msEmbraceConfig
was unintentionally doing some stuff on the main thread. It is now being dispatched async on a different queue.Improves
Embrace.start
by 10ms-20msCaptureServices.start
into 2 methods. Only theinstall
needed to be done on the main thread.Fixes the remote config being fetched twice on startup.