From 7ef64c78e08c838e6aadd8326bd5c6d43f13eb7c Mon Sep 17 00:00:00 2001 From: Tim Hostetler <6970899+thostetler@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:20:24 -0500 Subject: [PATCH] Add sentry config (#47) * update gitignore * add sentry config and callback --- .gitignore | 3 +- adscore/templates/base-form.html | 60 ++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 863d6aa..be6f84f 100644 --- a/.gitignore +++ b/.gitignore @@ -114,4 +114,5 @@ python/ logs/ local_config.py -scripts/ \ No newline at end of file +scripts/ +.idea/ \ No newline at end of file diff --git a/adscore/templates/base-form.html b/adscore/templates/base-form.html index 48fea74..fbd7d82 100644 --- a/adscore/templates/base-form.html +++ b/adscore/templates/base-form.html @@ -351,5 +351,65 @@ })(); {% endif %} + + + + +