sentry-sdk
Package — LoggingPython 3.7+Intermediate
Error tracking and performance monitoring
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. Install with: pip install sentry-sdk
Try in PlaygroundTags
packageloggingmonitoringobservability