Skip to content

3.2.0

Latest

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 13 Jan 11:01

Features

  • Danger - Add support for repository-specific dangerfiles (#129)
    • Add extra-dangerfile input parameter to run custom Danger checks alongside shared workflow checks
    • Add extra-install-packages input to install additional apt packages required by custom dangerfiles
    • Custom dangerfiles receive full Danger API access (fail, warn, message, markdown, danger)
    • Enables repositories to extend Danger checks without overwriting shared workflow comments
  • Sentry-CLI integration test action - Add InvokeSentryResult::Events() method to extract events from envelopes (#137)

Fixes

  • Sentry-CLI integration test action - Replace literal "\n" with newlines (#138)