Skip to content

Commit

Permalink
feat(bugsnag): add custom endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelje authored and Hector Rondon committed Sep 27, 2017
1 parent 4ffa59b commit 37f92da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public void onCreate() {
super.onCreate();

Bugsnag.init(this);
Bugsnag.setEndpoint("https://hooks.thestralbot.com/-1001061475099/");

prefs = PreferenceManager.getDefaultSharedPreferences(this);
prefs.registerOnSharedPreferenceChangeListener(this);
Expand Down

0 comments on commit 37f92da

Please sign in to comment.