You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trigger and save the the database. Could make a python-exceptions-sqlite.db file to keep the db separate from your other db's that are full of errors.
By covering everyone and displaying the counts in Discover, it shows that Sentry really covers your bases.
The text was updated successfully, but these errors were encountered:
thinkocapo
changed the title
Save every Python Built-inException from Standard Library
Save every Python Built-in Exception from Standard Library
May 28, 2020
could make an interesting academic exercise or interview problem:
"Write a script that throws every one of these errors. You have 1 hour, do as many as you can. Here's a Test, run the test and it will check that all those exception types are thrown"
Tests that you really understand what's going on behind those errors, in python / computer science? How fast or slow would you be able to get that done?
We could really diversify the types of errors we're capturing for our Test Data Purposes.
Here's a solid list https://docs.python.org/3/library/exceptions.html#exception-hierarchy there's god to be some piece of standard library code (package) you can call a certain way to trigger every one of those error types?
Trigger and save the the database. Could make a
python-exceptions-sqlite.db
file to keep the db separate from your other db's that are full of errors.By covering everyone and displaying the counts in Discover, it shows that Sentry really covers your bases.
![image](https://user-images.githubusercontent.com/8920574/83103602-dee95580-a06b-11ea-9b97-7a853981deac.png)
The text was updated successfully, but these errors were encountered: