From 08fc884ae2b1ab0c785127f1526d1f90afd219a2 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Tue, 10 May 2016 19:44:33 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aee141f3..b67ecb22 100755 --- a/README.md +++ b/README.md @@ -75,9 +75,10 @@ MAILER_FROM=noreply@yourdomain.com MAILER_PASSWORD=your_sparkpost_apikey MAILER_SERVICE_PROVIDER=SparkPost BASE_URL=yourdomain.com +DSN_KEY=yourPrivateRavenKey ``` -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 +Side note: ___Currently 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.