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(opentelemetry): Expose sampling helper #12674

Merged
merged 3 commits into from
Jul 3, 2024
Merged

feat(opentelemetry): Expose sampling helper #12674

merged 3 commits into from
Jul 3, 2024

Commits on Jul 2, 2024

  1. feat(opentelemetry): Expose sampling helpers

    When users want to use a custom sampler, they can use these new helpers to still have sentry working nicely with whatever they decide to do in there.
    
    For e.g. trace propagation etc. to work correctly with Sentry, we need to attach some things to trace state etc. These helpers encapsulate this for the user, while still allowing them to decide however they want if the span should be sampled or not.
    mydea committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b99c2a3 View commit details
    Browse the repository at this point in the history
  2. fix prettier

    mydea committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    46bb0c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    235620f View commit details
    Browse the repository at this point in the history