sentry-sdk

Package — Cloud/DevOpsPython 3.7+Advanced

Error tracking and performance monitoring for production apps

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
certifi, urllib3
Install
pip install sentry-sdk

Learn by Difficulty

Quick Example

python
# Install: pip install sentry-sdk
import sentry_sdk

# Basic sentry-sdk usage
print(f"Using sentry-sdk")
# See documentation for detailed examples

sentry-sdk is a third-party package. Error tracking and performance monitoring for production apps. Install with: pip install sentry-sdk

Try in Playground

Tags

packageclouddevopsinfrastructure