skillfed

sentry-sdk

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

sentry-sdk Permissive license MIT Active 2,202 v2.68.0 released

Install

sentry-sdk on PyPI

pip

pip install sentry-sdk

uv

uv add sentry-sdk

poetry

poetry add sentry-sdk

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.6)
Install friction low — pure-Python wheel
Runtime dependencies 2 — urllib3, certifi
Maintenance actively maintained — 0 days since the last release
Last repo commit
First released
Popularity one of the top 1,000 most-downloaded packages on PyPI (30-day window, as of 2026-08-13)
Known vulnerabilities none known (OSV.dev, checked 2026-08-13)

Evidence: sentry_sdk-2.68.0-py3-none-any.whl

Development Status :: 5 - Production/StableEnvironment :: Web EnvironmentIntended Audience :: DevelopersOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.6Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Topic :: Software Development :: Libraries :: Python Modules

About sentry-sdk

from the package's own PyPI description — quoted content, verbatim

<a href="https://sentry.io/?utm_source=github&utm_medium=logo" target="_blank"> <img src="https://sentry-brand.storage.googleapis.com/github-banners/github-sdk-python.png" alt="Sentry for Python"> </a> <div align="center">

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 <kbd>Check out our open positions</kbd>.

Discord (image) X Follow (image) PyPi page link -- version (image) <img src="https://img.shields.io/badge/python-3.7 | 3.8 | 3.9 | 3.10 | 3.11 | 3.12 | 3.13 | 3.14-blue.svg" alt="python"> [![Build...

Read as markdown · JSON record · Source repository · Homepage · Docs

AI interpretation — verify before relying

AI-generated interpretation of the package facts above; every digit, version, license, or vulnerability id it cites is grounded in the facts already shown on this page

Sentry SDK captures and reports Python application errors, exceptions, and performance issues to Sentry's hosted error tracking service for real-time monitoring and debugging.

Low install friction with only two lightweight runtime dependencies (urllib3, certifi). Actively maintained with a recent release and ongoing commits; supports Python 3.6 through 3.14.

MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects with minimal obligations.

Usage

pip install sentry-sdk

import sentry_sdk
sentry_sdk.init("https://your-dsn@o.ingest.sentry.io/project-id")
sentry_sdk.capture_message("Hello Sentry!")

Requires a Sentry account and project DSN (Data Source Name) to initialize and send events to Sentry's service.

Verdict: Production-ready error tracking SDK with active maintenance, permissive licensing, and minimal dependencies. No known vulnerabilities and broad Python version support make it a reliable choice for application monitoring. Requires external Sentry service account to function.

Needs verification

  • Whether integrations with specific frameworks (Django, FastAPI, Celery) are included in the base package or require separate installation
  • Performance overhead of continuous monitoring at different trace sampling rates
  • Data retention and privacy implications of sending application errors to Sentry's cloud service
error tracking and monitoringexception reporting serviceapplication performance monitoringcrash reporting sdkreal-time error alertspython exception trackingsentry integration

Similar packages