From 0f3d5e25664442d451067e0d9b211de9a657112d Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Mon, 25 Apr 2016 08:49:15 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5ef8449b..db481b3c 100755 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ MAILER_SERVICE_PROVIDER=SparkPost BASE_URL=yourdomain.com ``` +Currenty we are using Raven and Sentry [https://www.getsentry.com](https://www.getsentry.com) for error logging. To use it you must provide a valid private DSN key in your .env file and a public DSN key in app/views/layout.index.html + Create this directory or you will get errors. ``` @@ -76,6 +78,7 @@ Edit the 'env' config in gruntfile.js to make sure your .env file is being used. To run development version: ```$ grunt default``` + To run production version: ```$ grunt production```