-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update frameworks example apps #368
Conversation
The previous example was unnnecessarily complex and didn't work at all. It probably should be rewritten as a part of more robust examples (or advanced docs).
This pull request has been linked to Clubhouse Story #79857: Flask framework reincarnation. |
I added f6547a6 to keep Django compatible across different versions. Another option would be to keep 2 examples version-dependent. Thoughts? |
Maybe clean up some of the duplication by setting up the keyword arguments first as a dict. You still have to call |
Thank @waltjones ! I have added it at 7033c15 |
This docstring shall be used for general description of pyrollbar and shouldn't indicate a usage of pyrollbar only with Pyramid.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good.
Description of the change
Update Flask example to make it simpler and working.
Add note about required packages to the Twisted example
Type of change
Related issues