From d69285077b6cf3dc648dc62084e39afc5ba6310f Mon Sep 17 00:00:00 2001 From: Lewis J Ellis Date: Thu, 2 Feb 2017 11:11:36 -0800 Subject: [PATCH] Add missing comma to docs index --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index d9999965..6b998d0a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -36,7 +36,7 @@ Setup the application production environment in your ``config/prod.exs`` config :sentry, dsn: "https://public:secret@app.getsentry.com/1", - environment_name: :prod + environment_name: :prod, tags: %{ env: "production" },