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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for t_bug_catcher-0.6.10.tar.gz
Algorithm Hash digest
SHA256 7377a957e8aedb6b1f39528edbe9392cf070c2e32dcc331365c1b5348384358a
MD5 8e0fafa572e0074a9fe46969a357e49f
BLAKE2b-256 1f6638b195edf18c17f4bb8758a8767232cade264ebd2cf5fe53481049245bec

See more details on using hashes here.

Supported by

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