Skip to content

Commit

Permalink
Merge pull request #6 from praekeltfoundation/initial-commits
Browse files Browse the repository at this point in the history
Test sentry
  • Loading branch information
erikh360 authored Nov 26, 2024
2 parents 49f2aa5 + 082e8a5 commit 69907d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@

@app.route("/")
def hello_world():
# adding this to trigger error and test sentry/glitchtip
division_by_zero = 1 / 0 # noqa: F841
return "<p>Hello, World!</p>"


Expand Down

0 comments on commit 69907d7

Please sign in to comment.