Skip to content

Observe your app crash rate in specified version and time. Notify fabric.io information to your Slack.

Notifications You must be signed in to change notification settings

t-kurimura/CrashObserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This application observe specified app crash rate from fabric.io and notify to Slack.

Getting started

  1. Install required Ruby gem packages

bundle install --path vendor/bundle

  1. Generate config yml file for production

cp sample.config.yml config.yml

  1. Fill your configuration in config.rb
fabric:
  group_name: example_inc
  device: {android/ios}
  package_name: com.example.android.app
  mail_address: [email protected]
  password: {your_password}
  version_name: "1.0.0"
  version_code: "100"
slack:
  incoming_url: "https://hooks.slack.com/services/xxxxx/yyyyyyy/zzzzzzzzz"
  channel: "#general"
  user_name: "CrashObserver"
  emoji: ":smile:"
  1. Install Node package manage tool

brew install npm

  1. Install phantomjs by npm

npm install -g phantomjs

Usage

Confirm execution

bundle exec ruby src/access.rb

Cron execution

Foreground

bundle exec clockwork src/clock.rb

Background

bundle exec nohup clockwork src/clock.rb &

For detail

Clockwork created by Adam Wiggins https://github.com/adamwiggins/clockwork

About

Observe your app crash rate in specified version and time. Notify fabric.io information to your Slack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages