You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2025. It is now read-only.
Senza now has optional support for sentry [#327]. To enable it run senza config sentry.endpoint "YOUR_SENTRY_DSN"
Behaviour Changes
The version 2.0.133of Senza checks if your stacks have traffic before deleting them. Yet you're still be able to delete the stacks regardless of traffic by providing the --force flag [#347]. In previous versions of Senza when the delete command is called no checks are run and the stack is instantaneously forced to be deleted. This change prevents mistakenly deleting stacks that are still in use.
Other changes
Other minor changes and bugfixes include:
Clearer error message when an invalid definition file is provided [#341, #350]