Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Fix sentry source maps #2186

Merged
merged 7 commits into from
Aug 16, 2023
Merged

feat: Fix sentry source maps #2186

merged 7 commits into from
Aug 16, 2023

Commits on Aug 15, 2023

  1. fix: include release in sentry config

    following basic structure of Glides' approach in mbta/glides#936
    KaylaBrady committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    a38a295 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e27b613 View commit details
    Browse the repository at this point in the history
  3. refactor: deploy-env actions use deploy-base action

    This will prevent duplication of the new sentry logic across each deploy action. Based on Glides' deploy actions https://github.com/mbta/glides/tree/main/.github/workflows
    KaylaBrady committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    764c9ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e51387 View commit details
    Browse the repository at this point in the history
  5. fix: remove cancel-in-progress

    Not sure if there will be unintended consequences of this change, and it is out of scope for solving the immediate issue at hand
    KaylaBrady committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    b79a567 View commit details
    Browse the repository at this point in the history
  6. temp: Raise test exception

    KaylaBrady committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    c4b4f43 View commit details
    Browse the repository at this point in the history
  7. Revert "temp: Raise test exception"

    This reverts commit c4b4f43.
    KaylaBrady committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    5de0561 View commit details
    Browse the repository at this point in the history