@@ -52,7 +52,15 @@ Use and abuse the source code as you desire for your own applications.
5252## Installing Dependencies
5353
5454```
55- pip install flask==0.12.2 pyrollbar==0.13.12
55+ pip install flask==0.12.2 rollbar==0.13.12
56+ ```
57+
58+ ```
59+ Installing collected packages: MarkupSafe, Jinja2, itsdangerous, click, Werkzeug, flask, idna, urllib3, chardet, certifi, requests, six, rollbar
60+ Running setup.py install for MarkupSafe ... done
61+ Running setup.py install for itsdangerous ... done
62+ Running setup.py install for rollbar ... done
63+ Successfully installed Jinja2-2.9.6 MarkupSafe-1.0 Werkzeug-0.12.2 certifi-2017.4.17 chardet-3.0.4 click-6.7 flask-0.12.2 idna-2.5 itsdangerous-0.24 requests-2.18.1 rollbar-0.13.12 six-1.10.0 urllib3-1.21.1
5664```
5765
5866
@@ -88,15 +96,14 @@ name enter "Echo" and select that you are monitoring a Python app.
8896
8997
9098## What's Next?
91- We just learned how to catch and handle errors that occur in a simple
92- Flask application. Next you will want to add monitoring to your more
93- complicated web apps. You can also check out some of Rollbar's more
94- advanced features such as:
95-
96- * tracking and
97- [ debugging deployment issues] ( https://rollbar.com/docs/deploy-tracking/ )
98- * cool feature 2
99- * cool feature 3
99+ We just learned how to catch and handle errors with Rollbar as a hosted
100+ monitoring platform in a simple Flask application. Next you will want to
101+ add monitoring to your more complicated web apps. You can also check out
102+ some of Rollbar's more advanced features such as:
103+
104+ * [ tracking and debugging deployment issues] ( https://rollbar.com/docs/deploy-tracking/ )
105+ * [ sorting and viewing errors by user] ( https://rollbar.com/docs/person-tracking/ )
106+ * [ setting up custom rules to group errors] ( https://rollbar.com/docs/custom-grouping/ )
100107
101108There is a lot more to learn about [ web development] ( /web-development.html )
102109and [ deployments] ( /deployments.html ) so keep learning by reading up on
0 commit comments