An example Python project configured with BugSplat exception reporting can be found here.
Installation
BugSplat recommends you use bugsplat-py with a Python virtual environment. To create a virtual environment for your project please run the following command at your project's root directory:
1
python -m venv venv
Copied!
Activate your virtual environment by running the following command:
Wrap your application code in a try/except block. In the except block call post. You can override any of the default properties that were set in step 3