diff --git a/src/application.py b/src/application.py
index aa52f9e..afaaed8 100644
--- a/src/application.py
+++ b/src/application.py
@@ -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>"