Serverless is great for so many reasons. Scale, speed to deployment, service management, etc. We can't say the same about debugging Serverless issues till now. Learn about how our latest updates help you resolve Serverless issues in minutes.
Ship fast without breaking things. Atlassian announced 12 new features, automation, and integrations to help developers take their time back and ship better code, including automated monitoring with Sentry.
Integrate Sentry with Heroku to see commit data for each release, which files have changed most recently and who pushed code, which helps debug new errors as they occur.
TravisCI is a hugely popular continuous integration tool, and we use it at Sentry! This post will show you how to configure TravisCI to automatically create Sentry Releases as part of your workflow.
Combine Sentry's CLI with CircleCI to automatically create Sentry releases and learn about some of our best features like identifying suspect commits that likely introduced new errors and applying source maps to see the original source code within Sentry.
At Sentry, we're big fans of continuous integration and deployment, and of course, GitHub. In this blog post, we'll walk through how to use GitHub Actions to automatically create Sentry releases.