https://github.com/bugsnag/bugsnag-capistrano
Automated build notifications for BugSnag using Capistrano
https://github.com/bugsnag/bugsnag-capistrano
bugs bugsnag capistrano debug debugging-tool error-log error-monitoring error-notification error-reporting errors exception-reporting exceptions heroku notifier platforms rake
Last synced: 5 months ago
JSON representation
Automated build notifications for BugSnag using Capistrano
- Host: GitHub
- URL: https://github.com/bugsnag/bugsnag-capistrano
- Owner: bugsnag
- License: mit
- Created: 2016-10-15T00:45:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T14:09:25.000Z (over 1 year ago)
- Last Synced: 2025-07-23T02:47:37.453Z (11 months ago)
- Topics: bugs, bugsnag, capistrano, debug, debugging-tool, error-log, error-monitoring, error-notification, error-reporting, errors, exception-reporting, exceptions, heroku, notifier, platforms, rake
- Language: Ruby
- Homepage: https://docs.bugsnag.com/api/deploy-tracking/capistrano/
- Size: 84 KB
- Stars: 0
- Watchers: 30
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Security: SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# Bugsnag deploy tracking with Capistrano
Bugsnag Capistrano automatically notifies Bugsnag when you deploy your
application with [Capistrano](https://github.com/capistrano/capistrano),
allowing to correlate deploys with new errors and increased error rates in
Bugsnag.
It also includes a Rake task for manually sending deploy notifications or
for projects not using Capistrano.
[Bugsnag](http://bugsnag.com) captures errors in real-time from your web,
mobile and desktop applications, helping you to understand and resolve them
as fast as possible. [Create a free account](http://bugsnag.com) to start
capturing exceptions from your applications.
## Getting started
* [Integrating with Capistrano](https://docs.bugsnag.com/build-integrations/capistrano/)
## Contributing
All contributors are welcome! For information on how to build, test,
and release `bugsnag-capistrano`, see our
[contributing guide](https://github.com/bugsnag/bugsnag-capistrano/blob/master/CONTRIBUTING.md).
## License
The Bugsnag Capistrano library is free software released under the MIT License.
See [LICENSE.txt](https://github.com/bugsnag/bugsnag-capistrano/blob/master/LICENSE.txt)
for details.