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.5.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.5.1
Choose a head ref
  • 7 commits
  • 11 files changed
  • 5 contributors

Commits on Jun 6, 2024

  1. Merge branch 'release/2.5.0'

    getsentry-bot committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    239cca2 View commit details
    Browse the repository at this point in the history
  2. fix(scope): Clear last_event_id on scope clear

    Co-authored-by: Adam Johnson <me@adamj.eu>
    szokeasaurusrex and adamchainz committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    dd15d32 View commit details
    Browse the repository at this point in the history
  3. test(scope): Ensure last_event_id cleared

    Add test to ensure that clearing the isolation scope clears the `last_event_id`.
    szokeasaurusrex committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    7674bf2 View commit details
    Browse the repository at this point in the history
  4. feat(tracing): Warn if not-started transaction entered (#3003)

    Users who enter a transaction without calling `start_transaction` likely intended to start the transaction, since without a call to `start_transaction`, their transaction will not get sent to Sentry. This warning message clarifies this behavior, and could help avoid the confusion that led to issue #2990.
    
    Also, add tests to ensure the message is logged.
    szokeasaurusrex authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c2af1b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Revert "Refactor the Celery Beat integration (#3105)" (#3144)

    This reverts commit c80cad1, which appears to have introduced a regression preventing checkins from being sent when a cron job is finished.
    szokeasaurusrex authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d818e8f View commit details
    Browse the repository at this point in the history
  2. release: 2.5.1

    getsentry-bot committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d18ff4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    411b1d4 View commit details
    Browse the repository at this point in the history
Loading