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

Create a Sentry event for failed HTTP requests #2320

Merged
merged 13 commits into from
Apr 28, 2023

Commits on Apr 18, 2023

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

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    7c0d2a8 View commit details
    Browse the repository at this point in the history
  2. Added failing/placeholder unit tests for what (I think) we eventually…

    … want our code to be doing.
    jamescrosswell committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    8b9d66d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Apply suggestions from code review

    Suggestions from code review
    
    Co-authored-by: Matt Johnson-Pint <matt.johnson-pint@sentry.io>
    jamescrosswell and mattjohnsonpint committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    2322c6a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. - HttpStatusCodeRange throws ArgumentOutOfRangeException in construct…

    …or when start > end...
    
    - Tidied whitespace
    - Enabled warnings when not using file scoped namespaces in the .editorconfig
    jamescrosswell committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    12be553 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2087ac View commit details
    Browse the repository at this point in the history
  3. Fixed typo in filename

    jamescrosswell committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    6cf422e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. - Renamed ResponseContext to Response

    - Moved Response to Sentry.Protocol
    - Fixed 2 tests that were failing on .NET 4.8
    jamescrosswell committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    14b8850 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of git@github.com:getsentry/sentry-dotnet.git int…

    …o feat/http-client-errors
    jamescrosswell committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    de7806e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51769eb View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Added missing XML docs for Contexts, HttpStatusCodeRange, Response an…

    …d SubstringOrRegexPattern
    jamescrosswell committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    8434aa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38d2201 View commit details
    Browse the repository at this point in the history
  3. Minor improvements

    mattjohnsonpint committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    83e4fef View commit details
    Browse the repository at this point in the history