We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398ca10 commit f7e0647Copy full SHA for f7e0647
src/application.py
@@ -39,6 +39,8 @@
39
40
@app.route("/")
41
def hello_world():
42
+ # adding this to trigger error and test sentry/glitchtip
43
+ division_by_zero = 1 / 0
44
return "<p>Hello, World!</p>"
45
46
0 commit comments