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: 2.7.1
Choose a base ref
...
head repository: getsentry/sentry-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.8.0
Choose a head ref
  • 10 commits
  • 15 files changed
  • 12 contributors

Commits on Jun 27, 2024

  1. Merge branch 'release/2.7.1'

    getsentry-bot committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    6701616 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    5782560 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump checkouts/data-schemas from 8c13457 to 88273a9 (#…

    …3225)
    
    Bumps [checkouts/data-schemas](https://github.com/getsentry/sentry-data-schemas) from `8c13457` to `88273a9`.
    - [Commits](getsentry/sentry-data-schemas@8c13457...88273a9)
    
    ---
    updated-dependencies:
    - dependency-name: checkouts/data-schemas
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ivana Kellyerova <[email protected]>
    dependabot[bot] and sentrivana authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    eab218c View commit details
    Browse the repository at this point in the history
  3. feat(opentelemetry): Add entry point for SentryPropagator (#3086)

    Add entry point for sentry_sdk.integrations.opentelemetry.SentryPropagator.
    This makes possible to configure opentelemetry using environment variables
    and add SentryPropagator to existing ones instead of replace them.
    
    Closes #3085
    
    Co-authored-by: Neel Shah <[email protected]>
    mender and sl0thentr0py authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    407f651 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. build: Remove ipdb from test requirements (#3237)

    [ipdb](https://pypi.org/project/ipdb) is not used by testing suite. To
    avoid installing extra dependencies, remove it from requirements file.
    Developers who find ipdb helpful can install the package themselves.
    rominf authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    defb448 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. ref(transport): Stop using Hub in HttpTransport (#3247)

    Also, add deprecation warnings for `HttpTransport.hub_cls`.
    
    Fixes #3232
    szokeasaurusrex authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    31efa62 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. fix(integrations): don't send full env to subprocess (#3251)

    During the arguments modification to `subprocess.Popen.__init__`,
    an explicitly empty environment of `{}` is incorrectly confused with a `None`
    environment. This causes sentry to pass the entire environment of the
    parent process instead of sending just the injected environment variables.
    
    Fix it by only replacing the environment with `os.environ` if the variable
    is None, and not just falsy.
    
    ---------
    
    Co-authored-by: Kevin Michel <[email protected]>
    sentrivana and kmichel-aiven authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    763e40a View commit details
    Browse the repository at this point in the history
  2. fix(profiling): profiler_id uses underscore (#3249)

    Relay expects this with an underscore instead of a dot.
    Zylphrex authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    32335dd View commit details
    Browse the repository at this point in the history
  3. release: 2.8.0

    getsentry-bot committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7e6998e View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    sentrivana authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6f4685e View commit details
    Browse the repository at this point in the history
Loading