Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 917 Bytes

CHANGELOG.md

File metadata and controls

17 lines (10 loc) · 917 Bytes

Changelog

master

🛠 Breaking changes

🎉 New features

  • Add setDebugModeEnabled for enabling DebugView on the Expo client. (#7796 by @IjzerenHein)

🐛 Bug fixes

  • Fix no events recorded on the Expo client when running on certain Android devices. (#7679 by @IjzerenHein)
  • Fix setAnalyticsCollectionEnabled throwing an error.
  • Fixes & improvements to the pure JS analytics client. (#7796 by @IjzerenHein)
  • Fixed logEvent in expo-firebase-analytics for Android. logEvent's optional properties parameter was causing a NPE on Android when not provided. (#7897 by @thorbenprimke)