Skip to content

Commit 69907d7

Browse files
authored
Merge pull request #6 from praekeltfoundation/initial-commits
Test sentry
2 parents 49f2aa5 + 082e8a5 commit 69907d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/application.py

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939

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

4446

0 commit comments

Comments
 (0)