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

Skip Sentry configuration in Lando environments #159

Merged
merged 2 commits into from
Sep 17, 2024
Merged

Commits on Sep 17, 2024

  1. Skip Sentry configuration in Lando environments

    ** Why are these changes being introduced:
    
    We integrate with Sentry provided a given ENV value is defined in
    secrets.json, but this can result in local environments sending
    exceptions to Sentry - which be quite noisy and undesired.
    
    ** Relevant ticket(s):
    
    * https://mitlibraries.atlassian.net/browse/pw-106
    
    ** How does this address that need:
    
    This adds an additional check around the Sentry configuration block,
    making sure that the PANTHEON_ENVIRONMENT variable is not sent to
    "lando" when integrating with Sentry.
    
    ** Document any side effects to this change:
    
    None
    matt-bernhardt committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a387d4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    042fe3a View commit details
    Browse the repository at this point in the history