static void initSdk(Context context) {
   RelayrSdk.init(context);
   Fabric.with(context, new Crashlytics());
 }