Skip to content

A plugin for Unreal Engine 4 that lets you integrate automatic crash reporting solution into your project.

License

Notifications You must be signed in to change notification settings

gameDNAstudio/Crashlytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PLUGIN IS DEPRECATED

As Google acquired Fabric and moved Crashlytics into Firebase, we are forced to move also this plugin functionality to our Ultimate Mobile Kit Firebase plugin. Migration is very easy and you won't loose any data. If you have any questions about migration, feel free to ask us at support [at] gamednastudio.com. Thank you for your understading.

Splash

Crashlytics

Crashlytics integrates out-of-the-box automatic crash reporting solution for iOS & Android into an Unreal Engine 4 project. Thanks to it you can spend less time on finding and more time on fixing crashes. Crashlytics provides deep and actionable insights, a real-time crash reporting solution, information about the number of crashes and affected users, the exact line of code game crashed on, and notifications about crashes via e-mail. Plugin includes all needed tools like symbols uploader and application configurator.

  • Current version: 1.6.0
  • Binaries compiled for: Unreal Engine 4.19
  • Required Unreal Engine 4.19 or above.

Features

  • Real-time crash reporting tool
  • Information about the number of crashes and affected users
  • Provides the exact line of code your app crashed on
  • Notifications about crashes via e-mail
  • Works with dev & shipping builds
  • Out-of-the-box for iOS & Android
  • Additional SDK included
  • Works with Blueprint-only & source code projects
  • Works with Launcher & GitHub UE4 versions

Blueprint nodes

Splash

Setup

  1. Copy this folder to the Plugins folder located in the main path of your project.

    CopyFiles

  2. Enable Crashlytics in Edit -> Plugins -> Misc -> Crashlytics.

    EnablePlugin

  3. Go to Edit -> Project Settings -> Crashlytics and set your Crashlytics API Key. You can obtain it on fabric.io

  4. Turn on Generate dSYM bundle for third party crash tools in Project Settings.

  5. Go to [PROJECT_FOLDER]/Build/Android/

a) If you already have created custom_rules.xml file, simply add:

<import file="crashlytics_build.xml" />

b) If you don't have created custom_rules.xml file yet, copy it from [PLUGIN_FOLDER]/Extras/Android/custom_rules.xml.

Plugin icon designed by Freepik.

About

A plugin for Unreal Engine 4 that lets you integrate automatic crash reporting solution into your project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published