Added error handling

This commit is contained in:
Jori Lallo
2017-07-18 23:36:49 -07:00
parent ca875915ce
commit 7b589ff46a
3 changed files with 5 additions and 2 deletions

View File

@@ -4,3 +4,4 @@ declare var SLACK_REDIRECT_URI: string;
declare var SLACK_KEY: string;
declare var BASE_URL: string;
declare var DEPLOYMENT: string;
declare var Bugsnag: any;