Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getsentry/sentry-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: nicolassanmar/sentry-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 2 files changed
  • 4 contributors

Commits on Jun 23, 2023

  1. fix: Exceptions include detail property for their value

    Exceptions with `detail` but no `message` add that property to the exception value.
    
    Fixes GH-2192
    nicolassanmar committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    d7e1e04 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

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

Commits on Jul 24, 2023

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

Commits on Aug 2, 2023

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

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    060fe3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2c48f2 View commit details
    Browse the repository at this point in the history
  3. apply black

    sentrivana committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3555543 View commit details
    Browse the repository at this point in the history
  4. fix mypy

    sentrivana committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    769cb94 View commit details
    Browse the repository at this point in the history
  5. keep old fallback

    sentrivana committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    91faf39 View commit details
    Browse the repository at this point in the history
  6. make test work in 2.7

    sentrivana committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    696e0d9 View commit details
    Browse the repository at this point in the history
Loading