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: 1.40.5
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: 1.40.6
Choose a head ref
  • 7 commits
  • 24 files changed
  • 5 contributors

Commits on Feb 19, 2024

  1. Merge branch 'release/1.40.5'

    getsentry-bot committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    2eff8b7 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump checkouts/data-schemas from 6121fd3 to eb941c2 (#…

    …2747)
    
    Bumps [checkouts/data-schemas](https://github.com/getsentry/sentry-data-schemas) from `6121fd3` to `eb941c2`.
    - [Commits](getsentry/sentry-data-schemas@6121fd3...eb941c2)
    
    ---
    updated-dependencies:
    - dependency-name: checkouts/data-schemas
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ivana Kellyerova <ivana.kellyerova@sentry.io>
    dependabot[bot] and sentrivana authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e24508f View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    e07c0ac View commit details
    Browse the repository at this point in the history
  2. fix(query-source): Fix query source relative filepath (#2717)

    When generating the filename attribute for stack trace frames, the SDK uses the `filename_for_module` function. When generating the `code.filepath` attribute for query spans, the SDK does not use that function. Because of this inconsistency, code mappings that work with stack frames sometimes don't work with queries that come from the same files.
    
    This change makes sure that query sources use `filename_for_module`, so the paths are consistent.
    gggritso authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2eeb8c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    fbc97ab View commit details
    Browse the repository at this point in the history
  2. release: 1.40.6

    getsentry-bot committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2389ec1 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    sentrivana authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    4f31e48 View commit details
    Browse the repository at this point in the history
Loading