osuosl / formsender

Simple script to email form submissions.
Apache License 2.0
3 stars 1 forks source link

test wsgi level Sentry trap #66

Closed Kennric closed 7 years ago

Kennric commented 7 years ago

Add top-level hook for Sentry exception monitoring

Kennric commented 7 years ago

@ramereth, @jldugger This pr add a wsgi-level hook for Sentry, which should catch anything not handled by exception handlers in the code.

jldugger commented 7 years ago

@Kennric where do we define RAVEN_URI?

Kennric commented 7 years ago

@jldugger it comes from the conf file, which is populated on deploy by ansible, see MR 19 on ansible_playbooks

jldugger commented 7 years ago

Sounds good!