Skip to content

Commit 10c243f

Browse files
committed
add new post on using sentry with django
1 parent dcf8020 commit 10c243f

File tree

6 files changed

+462
-1
lines changed

6 files changed

+462
-1
lines changed

content/posts/200630-report-errors-flask-web-apps-sentry.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ With our base application working, we can now add error reporting for
117117
the situations that do not work as expected.
118118

119119

120-
## Adding Sentry to our app
120+
## Adding Sentry to the Flask app
121121
It's time to add Sentry with the Flask integration into the mix, so that we
122122
can easily see when the route errors out due to bad input.
123123

0 commit comments

Comments
 (0)