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.0.0
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.0.1
Choose a head ref
  • 14 commits
  • 47 files changed
  • 7 contributors

Commits on Apr 25, 2024

  1. Merge branch 'release/2.0.0'

    getsentry-bot committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    439d418 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b5ffd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    361395a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aef20d2 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump checkouts/data-schemas from 1e17eb5 to 4aa14a7 (#…

    …2997)
    
    Bumps [checkouts/data-schemas](https://github.com/getsentry/sentry-data-schemas) from `1e17eb5` to `4aa14a7`.
    - [Commits](getsentry/sentry-data-schemas@1e17eb5...4aa14a7)
    
    ---
    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 Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6a73368 View commit details
    Browse the repository at this point in the history
  6. docs(tracing): Delete inaccurate comment

    `sampled` being set to `False` is not the only reason why the `_span_recorder` might be `None`. Another explanation is that the transaction was not started via `start_transaction`.
    szokeasaurusrex committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    bda9deb View commit details
    Browse the repository at this point in the history
  7. fix(tracing): Correct discarded transaction debug message

    Transactions that are discarded because `_span_recorder` is `None` can also be discarded because they were not started with `sentry_sdk.start_transaction`. This change updates the debug message accordingly.
    
    Fixes GH-3000
    szokeasaurusrex committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5aa7c9b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    534a301 View commit details
    Browse the repository at this point in the history
  9. Use pid for test database name in Django tests (#2998)

    * Using pid instead of random number
    antonpirker authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d91a510 View commit details
    Browse the repository at this point in the history
  10. Refactoring propagation context (#2970)

    Create a class for the `PropagationContext`. Make the class generate the UUIDs lazily. Fixes #2827
    antonpirker authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f5db9ce View commit details
    Browse the repository at this point in the history
  11. Add Lambda function that deletes test Lambda functions (#2960)

    Lambda function that deletes all test lambda functions (prefixed with `test_`) that have been created during CI runs. * Lambda function that deletes test Lambda functions. This function is run every Sunday and it is monitored in the `sentry-python` project on Sentry.io with the Crons feature and it is also emitting metrics on how many functions it deletes in each run. 
    ---------
    
    Co-authored-by: Ivana Kellyerova <ivana.kellyerova@sentry.io>
    antonpirker and sentrivana authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a626f01 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

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

    getsentry-bot committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ce89048 View commit details
    Browse the repository at this point in the history
  3. Updated changelog

    antonpirker committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    882ed7f View commit details
    Browse the repository at this point in the history
Loading