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(otel): Add ClientOptions.Instrumenter #679

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 19, 2024

  1. feat: add TracesInstrumenter option

    This enables instrumentation code (sentryhttp, sentrygin, etc) to skip
    trace instrumentation while still performing panic recovery.
    costela committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0a318d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b77e457 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    863d340 View commit details
    Browse the repository at this point in the history
  4. fix: report correct option in error

    Co-authored-by: Oliver Powell <[email protected]>
    costela and greywolve committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    394d48e View commit details
    Browse the repository at this point in the history