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: global tags #718

Merged
merged 7 commits into from Sep 26, 2023
Merged

feat: global tags #718

merged 7 commits into from Sep 26, 2023

Commits on Sep 19, 2023

  1. feat: global tags

    Add global tags support.
    
    Tags can be passed via client options or via environment variables by
    prefixing them with "SENTRY_TAGS_".
    
    Setting scope tags overrides global tags.
    
    Client option tags override environment variable tags.
    greywolve committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    64082d6 View commit details
    Browse the repository at this point in the history
  2. fix spelling

    greywolve committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    787aca8 View commit details
    Browse the repository at this point in the history
  3. better tags description

    greywolve committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    6721eea View commit details
    Browse the repository at this point in the history
  4. spelling, again

    greywolve committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    60e4306 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cf4dba View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. deep copy tags map

    greywolve committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    7267779 View commit details
    Browse the repository at this point in the history
  2. allow mixed case env tags

    greywolve committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    9fff438 View commit details
    Browse the repository at this point in the history