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

ref(session): align processing sequence in sentry__capture_event() with docs #729

Merged
merged 8 commits into from
Jul 1, 2022

Commits on Jun 27, 2022

  1. ref(session): change the point where sampling takes effect in the...

    processing sequence of sentry__capture_event() to align with the
    docs/spec (https://develop.sentry.dev/sdk/sessions/#filter-order).
    supervacuus committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    2ed455f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    1c6b8ea View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. fix(ci): change CC and CXX for macOS clang config

    The new virtual-environment image
    https://github.com/actions/virtual-environments/releases/tag/macOS-11%2F20220627.1
    defaults clang and clang++ in the PATH to 13.0.0 which currently fails
    in the CI because there is no "detect_leaks" support.
    
    Clang/LLVM 13.0.1 is also packaged in that image but only accessible via
    '$(brew --prefix llvm@13)/bin/clang'.
    
    It is unclear whether this fixes the issue, but in the previous image
    we used 13.0.1 successfully with ASAN.
    supervacuus committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    8c81f95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dd11f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6528648 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fe7d06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e9a1fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    850354b View commit details
    Browse the repository at this point in the history