codeur / capistrano-sentry

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

Feature: Support multiple project slugs #10

Closed brentobi closed 3 years ago

brentobi commented 3 years ago

Hey there,

First of all: Thanks for this repo!

This PR:

Reasoning: I found myself in a position where I have separate frontend and backend projects in Sentry (to allow users to fine tune their notifications more easily), but one git repository for both project's code ("historical reasons"). Therefore I need to notify Sentry about one release being deployed to both projects. This PR intends to support exactly that.

Please let me know if i should split up these changes into several PRs or if any other changes are required.

Thanks!

brentobi commented 3 years ago

Opening a PR on master was not that smart of me.