From 52fa2f171ceaef57e59e1b5d061eee68dfb0677a Mon Sep 17 00:00:00 2001 From: Adam Jazairi Date: Wed, 5 Feb 2020 12:13:15 -0500 Subject: [PATCH] Add SENTRY_DSN env var to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d193f54..a857ca94 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ additional records with a standardized template. - `REQUESTS_PER_PERIOD` - requests allowed before throttling. Default is 100. - `REQUEST_PERIOD` - number of minutes for the period in `REQUESTS_PER_PERIOD`. Default is 1. +- `SENTRY_DSN`: client key for Sentry exception logging ## Docker Compose Orchestrated Local Environment