We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49f2aa5 + 082e8a5 commit 69907d7Copy full SHA for 69907d7
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 # noqa: F841
44
return "<p>Hello, World!</p>"
45
46
0 commit comments