codeur / capistrano-sentry

Sentry release/deployment integration with Capistrano
MIT License
11 stars 13 forks source link

Additional optional config and optional repo integration #5

Closed karlwilbur closed 5 years ago

karlwilbur commented 5 years ago

This allows overriding some defaults with additional config (:current_revision, :previous_revision, :sentry_release_version, :deploy_name). Also, for those without repo integration on Sentry, this can be bypassed by set :sentry_repo_integration, false in config/deploy.rb or config/deploy/{stage}.rb.

I not sure it you want this, but I'm finding it useful.

burisu commented 5 years ago

Indeed, it could be useful, I'll merge that and release a new version after.

Thanks @karlwilbur