sentry-sdkEasy Playground

Error tracking and performance monitoring for production apps

Getting started with sentry-sdkRun locally
Install
pip install sentry-sdk
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: sentry_sdk)

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

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?