From 08fc884ae2b1ab0c785127f1526d1f90afd219a2 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Tue, 10 May 2016 19:44:33 -0700 Subject: [PATCH 1/2] 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. From 392a4570019789ce53308ec8fb9bce8ecdafd1f2 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 12 May 2016 17:00:42 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b67ecb22..baa91ef3 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Current stable release: v1.3.0 [![Stories in Ready](https://badge.waffle.io/whitef0x0/tellform.svg?label=ready&title=Ready)](http://waffle.io/whitef0x0/tellform) [![Build Status](https://travis-ci.org/whitef0x0/tellform.svg?branch=master)](https://travis-ci.org/whitef0x0/tellform) -[![Dependency Status](https://gemnasium.com/whitef0x0/tellform.svg)](https://gemnasium.com/whitef0x0/tellform) +![Project Status](https://img.shields.io/badge/status-beta-yellow.svg) [![Code Climate](https://codeclimate.com/github/whitef0x0/tellform/badges/gpa.svg)](https://codeclimate.com/github/whitef0x0/tellform) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/3491e86eb7194308b8fc80711d736ede)](https://www.codacy.com/app/david-baldwin/tellform?utm_source=github.com&utm_medium=referral&utm_content=whitef0x0/tellform&utm_campaign=Badge_Grade) [![Gitter](https://badges.gitter.im/whitef0x0/tellform.svg)](https://gitter.im/whitef0x0/tellform?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)