Skip to main content

Python client for Sentry (https://sentry.io)

Project description

Sentry for Python

Bad software is everywhere, and we're tired of it. Sentry is on a mission to help developers write better software faster, so we can get back to enjoying technology. If you want to join us, check out our open positions.

Official Sentry SDK for Python

Build Status PyPi page link -- version Discord

Welcome to the official Python SDK for Sentry!

Getting Started

Installation

Getting Sentry into your project is straightforward. Just run this command in your terminal:

pip install --upgrade sentry-sdk

Basic Configuration

Here’s a quick configuration example to get Sentry up and running:

import sentry_sdk

sentry_sdk.init(
    "https://12927b5f211046b575ee51fd8b1ac34f@o1.ingest.sentry.io/1",  # Your DSN here

    # Set traces_sample_rate to 1.0 to capture 100%
    # of transactions for performance monitoring.
    traces_sample_rate=1.0,
)

With this configuration, Sentry will monitor for exceptions and performance issues.

Quick Usage Example

To generate some events that will show up in Sentry, you can log messages or capture errors:

from sentry_sdk import capture_message
capture_message("Hello Sentry!")  # You'll see this in your Sentry dashboard.

raise ValueError("Oops, something went wrong!")  # This will create an error event in Sentry.

Explore the Docs

For more details on advanced usage, integrations, and customization, check out the full documentation:

Integrations

Sentry integrates with many popular Python libraries and frameworks, including:

Want more? Check out the full list of integrations.

Rolling Your Own Integration?

If you want to create a new integration or improve an existing one, we’d welcome your contributions! Please read our contributing guide before starting.

Migrating Between Versions?

From 1.x to 2.x

If you're using the older 1.x version of the SDK, now's the time to upgrade to 2.x. It includes significant upgrades and new features. Check our migration guide for assistance.

From raven-python

Using the legacy raven-python client? It's now in maintenance mode, and we recommend migrating to the new SDK for an improved experience. Get all the details in our migration guide.

Want to Contribute?

We’d love your help in improving the Sentry SDK! Whether it’s fixing bugs, adding features, or enhancing documentation, every contribution is valuable.

For details on how to contribute, please check out CONTRIBUTING.md and explore the open issues.

Need Help?

If you encounter issues or need help setting up or configuring the SDK, don’t hesitate to reach out to the Sentry Community on Discord. There is a ton of great people there ready to help!

Resources

Here are additional resources to help you make the most of Sentry:

  • Documentation – Official documentation to get started.
  • Discord – Join our Discord community.
  • Twitter Follow – Follow us on X (Twitter) for updates.
  • Stack Overflow – Questions and answers related to Sentry.

License

The SDK is open-source and available under the MIT license. Check out the LICENSE file for more information.


Thanks to everyone who has helped improve the SDK!

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

sentry_sdk-2.19.0.tar.gz (298.0 kB view details)

Uploaded Source

Built Distribution

sentry_sdk-2.19.0-py2.py3-none-any.whl (322.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file sentry_sdk-2.19.0.tar.gz.

File metadata

  • Download URL: sentry_sdk-2.19.0.tar.gz
  • Upload date:
  • Size: 298.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.2

File hashes

Hashes for sentry_sdk-2.19.0.tar.gz
Algorithm Hash digest
SHA256 ee4a4d2ae8bfe3cac012dcf3e4607975904c137e1738116549fc3dbbb6ff0e36
MD5 a5226215506bbaa30411c0e93410b357
BLAKE2b-256 a20ecc0e60f0e0cfd5a9e42622ff5a227301c6475a56bcfa82e8e893bc209f20

See more details on using hashes here.

File details

Details for the file sentry_sdk-2.19.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for sentry_sdk-2.19.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7b0b3b709dee051337244a09a30dbf6e95afe0d34a1f8b430d45e0982a7c125b
MD5 050abf457d69338ce13f69d7f68f1a6b
BLAKE2b-256 c66b191ca63f05d3ecc7600b5b3abd493a4c1b8468289c9737a7735ade1fedca

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