-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently we use a Slack integration to post error messages to Slack. This change replaces that integration with Rollbar. This change brings this project in line with our standard approach of using Rollbar, and also simplifies the code.
- Loading branch information
1 parent
ce036c1
commit 705715d
Showing
5 changed files
with
12 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,5 +23,6 @@ EMAIL_ALIASES=" | |
[email protected], [email protected] | ||
[email protected], [email protected] | ||
" | ||
SLACK_API_TOKEN=xoxb-PUT-REST-OF-TOKEN-IN | ||
SLACK_NOTIFICATION_CHANNEL="dxw-breathe-productive-sync" | ||
|
||
ROLLBAR_ACCESS_TOKEN= | ||
ROLLBAR_ENVIRONMENT= # production | staging | development |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters