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

Add Hint support #2351

Merged
merged 29 commits into from
May 16, 2023
Merged

Add Hint support #2351

merged 29 commits into from
May 16, 2023

Commits on May 2, 2023

  1. Added SentryOptions.SetBeforeSend

    - Marked SentryOptions.BeforeSend property obsolete
    - Added Hint class and Tests to be used as a parameter to SetBeforeSend
    jamescrosswell committed May 2, 2023
    Configuration menu
    Copy the full SHA
    556ba4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a713108 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36699e8 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

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

Commits on May 4, 2023

  1. - Fixed ScopeExtensionTests

    - Added missing XML docs on SentryOptions
    jamescrosswell committed May 4, 2023
    Configuration menu
    Copy the full SHA
    836ac09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b4efa1 View commit details
    Browse the repository at this point in the history
  3. Sentry.Samples.Console.Customized now demonstrates using hints with b…

    …readcrumbs
    
    Added hint support to SentrySdk.AddBreadcrumb
    Fixed StackOverflow exception calling HubExtensions.CaptureEventInternal
    jamescrosswell committed May 4, 2023
    Configuration menu
    Copy the full SHA
    52e5a33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    baee2ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3dae05 View commit details
    Browse the repository at this point in the history
  6. Updated verified tests for CaptureTransaction_BeforeSendTransactionTh…

    …rows_ErrorToEventBreadcrumb
    jamescrosswell committed May 4, 2023
    Configuration menu
    Copy the full SHA
    fb6e9cf View commit details
    Browse the repository at this point in the history
  7. Tail chasing Verify test errors

    Not able to reproduce CI Build errors on my local machine... trying one more thing before potentially recommending we remove this test. This code change should remove an extra line from the call stack.
    jamescrosswell committed May 4, 2023
    Configuration menu
    Copy the full SHA
    d211548 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Configuration menu
    Copy the full SHA
    6c9be76 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    mattjohnsonpint committed May 6, 2023
    Configuration menu
    Copy the full SHA
    c1c2777 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eded3b6 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. Configuration menu
    Copy the full SHA
    6d78761 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9142abf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8868e47 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

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

Commits on May 9, 2023

  1. Attachments from the Scope get included in Hints before adding Bookma…

    …rks, capturing Events or sending Transactions
    jamescrosswell committed May 9, 2023
    Configuration menu
    Copy the full SHA
    25b61f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa6d91e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa3750f View commit details
    Browse the repository at this point in the history
  4. - Renamed Contextual processors to ProcessorWithHint (more specific)

    - Added overload to CaptureEvent to allow passing both Hint and ConfigureScope callback
    jamescrosswell committed May 9, 2023
    Configuration menu
    Copy the full SHA
    860af91 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

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

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    afb18bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d02f33a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e382114 View commit details
    Browse the repository at this point in the history
  4. Update API snapshots

    mattjohnsonpint committed May 15, 2023
    Configuration menu
    Copy the full SHA
    c3fdad4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13c70d6 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    mattjohnsonpint committed May 15, 2023
    Configuration menu
    Copy the full SHA
    af95623 View commit details
    Browse the repository at this point in the history