Bug catcher
Project description
Description
The t-bug-catcher package is a bug reporting tool that allows users to easily submit bug reports for the application.
Installation
You can install the t-bug-catcher package using pip:
pip install t-bug-catcher
Usage
To use the bug catcher in your application, import the package and initialize it:
from t_bug_catcher import report_error
...
try:
...
except Exception:
report_error()
Configuration
You can configure the bug catcher by passing options during initialization:
from t_bug_catcher import configure
...
configure.jira(
login="JIRA_LOGIN",
api_token="JIRA_API_TOKEN",
project_key="PROJECT_NAME",
)
configure.bugsnag(
api_token="BUGSNAG_API_TOKEN",
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
t_bug_catcher-0.6.5.tar.gz
(20.3 kB
view details)
File details
Details for the file t_bug_catcher-0.6.5.tar.gz.
File metadata
- Download URL: t_bug_catcher-0.6.5.tar.gz
- Upload date:
- Size: 20.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e7e838cde8a5054043a0432bd4082fac0ad5b395009f1094271bdee0ee8b22f
|
|
| MD5 |
8124a92a4640e9b34306caa641756028
|
|
| BLAKE2b-256 |
dd6a975b3ed3b3b40fc87a14b92d2b7b2c335e6d9d8316f2f262c95fe1e4b3ee
|