Skip to content

Commit

Permalink
Trigger intentional exception, to see on Sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
exonian committed Jul 30, 2020
1 parent eb32bdc commit 878c240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cla_public/apps/base/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def cookie_settings():

@base.route("/privacy")
def privacy():
raise Exception("deliberate fail")
return render_template("privacy.html")


Expand Down

0 comments on commit 878c240

Please sign in to comment.