Getting started is simple
-
Grab the Sentry Python SDK:
pip install sentry-sdk -
Configure your SDK:
import sentry_sdk from sentry_sdk.integrations.aws_lambda import \ AwsLambdaIntegration sentry_sdk.init( "your dsn", integrations=[AwsLambdaIntegration()] )
That’s it! Check out the Sentry for Python and AWS Lambda integration documentation for more information.
Get AWS Lambda error monitoring with complete stack traces
See local variables in the stack for prod errors, just like in your dev environment.
Introspect more deeply into the runtime and jump into the frame to get additional data for any local variable.
Filter and group exceptions happening inside your Lambda functions intuitively to eliminate noise.
Fill in the blanks about AWS Lambda errors
Expose the important events that led to each exception: SQL queries, debug logs, network requests, past errors.
See the full picture of any AWS Lambda exception
Aggregate errors by details like HTTP request, hostname, and app version to see what’s new, a priority, or a trend.
Assign custom tags to reproduce the error environment specific to your application, business, and users.
- “How actionable is the error? Can I snooze the alert?”
- “Which lip sync cat fail video threw the exception?”
- “In which app release did the Lambda bug occur?”
- “Did the app crash in search, load, or update?”
- “Was it the kraken?”
Sentry also supports your frontend
Resolve AWS Lambda errors with max efficiency, not max effort
Improve workflow with a full view of releases so you can mark errors as resolved and prioritize live issues.
Learn in which version a bug first appeared, merge duplicates, and know if things regress in a future release.
Add commit data to automatically suggest an owner of each AWS Lambda error and instantly send deploy emails.
Is your data secure?
You better believe it.
Just look at all the high-quality security features all accounts get, regardless of plan.
- Two-Factor Auth
- Single Sign On support
- Organization audit log
- SOC-2 Certified
- Privacy Shield certified
- PII data scrubbing
- SSL encryption
- COPPA Compliant
Sentry tracks errors in all major languages and frameworks
See all platformsIt also integrates with your favorite apps and services
For Slack
For GitHub
For Trello
For Heroku
For GitLab
For Phabricator