Closed mirague closed 7 years ago
Absolutely! http://ember-cli-deploy.com/docs/v1.0.x/configuration/#advanced-plugin-configuration - section "Disabling Plugins", this should solve this case. Closing this, feel free to re-open if I misunderstood.
@duizendnegen That does exactly what I need, and thanks for the extremely swift reply 👍 x 1009!
It would be fantastic if we could disable deploying to sentry in specific situations (such as local deploys/debugging). I've tried unsetting
ENV.sentry
but it will throw an exception for each missing property, making it impossible to easily disable this behaviour (and as a result littering our releases on the Sentry Dashboard).Being able to unset
ENV.sentry
would be one way, or introducing a simpleENV.sentry.enabled
flag which defaults totrue
but can be set tofalse
to prevent running the plugin.Thoughts?