1.2.0
·
2026 commits
to develop
since this release
This release contains bugfixes and a breaking change. The SDK now requires iOS 9 or later.
Bugfixes
- Fix warnings when sending crashes without a listener. #192
- The test app doesn't show an error when a binary attachment is not present. #193
- Fix a bug where
Analytics.trackEventdoesn't allow message with no properties. #202 - Perform a case-insensitive search for AppDelegate based on package.json. #202
- Don't check for the platform when checking for the
podcommand. #217
Misc