Skip to content

Releases: cdcharlebois/mx-crashlytics

4.0.0-beta2: include js dependencies

07 Aug 12:29
160cc05
Compare
Choose a tag to compare
Pre-release

This release includes the required dependencies in node_modules and they have been pruned to only the JS files via this script

4.0.0-beta

16 Nov 15:43
160cc05
Compare
Choose a tag to compare
4.0.0-beta Pre-release
Pre-release

This release changes how Crashlytics is initialized due to some breaking changes in the Mendix runtime. You'll now have to trigger the ACT_Crashlytics_Initialize nanoflow in order for error and log collection to begin.

Changelog:

  • Manually trigger the ACT_Crashlytics_Initialize nanoflow in order for error and log collection to begin
  • Mendix 9.18.1+ required
  • Still need to run npm install in the /javascriptsource/crashlytics/actions folder

New Log Handler in Mx 9.16+

17 Aug 20:52
220d636
Compare
Choose a tag to compare

This release updates the logging API to be compatible with Mx 9.16+. If you're using Mx 9.16+, please use this version

2.1.0 - Fix for 9.12.1+

24 Jun 12:38
220d636
Compare
Choose a tag to compare
Pre-release

Collect logs by overriding the mx.logger.log method rather than adding a log handler function.

Plug-n-Play improvements

24 Feb 17:31
664d990
Compare
Choose a tag to compare

Fixes #1 by moving the JS libs to the javascriptsource dir, rather than using themesource.

Marketplace Release

04 Feb 22:13
57473fd
Compare
Choose a tag to compare

Firebase Crashlytics is a real time crash reporting tool, helps you prioritize and fix your most pervasive crashes based on the impact on real users. This module instruments your Mendix native app to send logs, error reports, and crashes to your Crashlytics dashboard.

  • 🔌 Plug-n-play. Zero configuration means you can install this module and immediately see data reported to Crashlytics 😎
  • 💪 Runtime loglevel adjustment. Need more output? Add the included snippet to a page in your native app to let the user change the logging verbosity. Helpful for those tricky issues 🐞
  • 💻 Extensible. Implements the most common methods from the RNFB Crashlytics module. Go beyond the plug-n-play configuration to instrument your model how you see fit 🏆