Skip to content

Commit f7e0647

Browse files
committed
Test sentry
1 parent 398ca10 commit f7e0647

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
4244
return "<p>Hello, World!</p>"
4345

4446

0 commit comments

Comments
 (0)