Skip to main content

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


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.2.0.tar.gz (13.0 kB view details)

Uploaded Source

File details

Details for the file t_bug_catcher-0.2.0.tar.gz.

File metadata

  • Download URL: t_bug_catcher-0.2.0.tar.gz
  • Upload date:
  • Size: 13.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.0

File hashes

Hashes for t_bug_catcher-0.2.0.tar.gz
Algorithm Hash digest
SHA256 ed4e3bcfd36f6e2e45aca4565f78e2734c5843b5e28854d0b966cbdccac41d47
MD5 fcbc71c1b6a05c7de773394028d0ce5b
BLAKE2b-256 00e7e9c2cb0eec09de4ce1569af42e565e6e98564cb8f85a5cd50f7d901c0029

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page