8000 Comparing 2.27.0...2.28.0 · getsentry/sentry-python · GitHub
[go: up one dir, main page]

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.27.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.28.0
Choose a head ref
  • 18 commits
  • 36 files changed
  • 10 contributors

Commits on Apr 24, 2025

  1. Merge branch 'release/2.27.0'

    getsentry-bot committed Apr 24, 2025
    Configuration menu
    Copy the full SHA
    76d6b04 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

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

Commits on Apr 29, 2025

  1. tests: Update tox.ini (#4347)

    Regular tox.ini update
    sentrivana authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    c6db420 View commit details
    Browse the repository at this point in the history
  2. Deprecate set_measurement() API. (#3934)

    Deprecate `set_measurement()`. This will be replaced by `set_data()`
    which internally is using the Otel `set_attribute()`.
    
    Fixes #3074
    antonpirker authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    28a87df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1041dbb View commit details
    Browse the repository at this point in the history
  4. tests: fix test_stacktrace_big_recursion failure due to argv (#4346)

    Sometimes I see the test failing because the event contains `extras`
    with `sys.argv` key in addition to `exception`. There's probably some
    state leaking between tests, but regardless this patch should make the
    test case slightly more robust.
    
    Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
    booxter authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    970a350 View commit details
    Browse the repository at this point in the history
  5. chore(ourlogs): Use new transport (#4317)

    We've added a more efficient transport for logs handling, use that.
    
    Solves LOGS-60
    colin-sentry authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    7f01372 View commit details
    Browse the repository at this point in the history
  6. feat(ourlogs): canonicalize paths from the logger integration (#4336)

    We'd like to allow linking to the 'source code' line in the logs page -
    this canonicalizes the path relative to the project root (if one is
    defined)
    
    ![Screenshot 2025-04-28 at 12 03
    45 PM](https://github.com/user-attachments/assets/89dde691-d9c3-45b2-b289-c42996496bf3)
    
    Solves LOGS-58
    colin-sentry authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    2f54dbd View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. tests: bump test timeout for recursion stacktrace extract to 2s (#4351)

    In some loaded environments, the test may take slightly longer than 1s
    to extract the stacktrace. This was noticed in nixpkgs build system
    where the load is generally high due to high build parallelism and
    resource constraints. I was sometimes getting failures because the time
    it took was e.g. ~1.2s (less than current timeout of 1s).
    
    Disclosure: we'll probably end up disabling the test in nixpkgs anyway
    because we try to avoid time sensitive tests. Regardless, this bump may
    help someone else in a similar situation or environment.
    
    Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
    booxter authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    18a1104 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Put feature flags on isolation scope (#4363)

    Feature flags should life on the isolation Scope. This has been first
    [implemented in SDK
    3.0](#4353) and is now
    back ported to 2.x.
    antonpirker authored May 5, 2025
    Configuration menu
    Copy the full SHA
    ebde476 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. build(deps): bump actions/create-github-app-token from 2.0.2 to 2.0.6 (

    …#4358)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 6, 2025
    Configuration menu
    Copy the full SHA
    c25d4ff View commit details
    Browse the repository at this point in the history
  2. tests: Regular tox update (#4367)

    Regular tox.ini update.
    
    Note: the DB (latest) CI being red has nothing to do with the changes in
    this PR (redis)
    sentrivana authored May 6, 2025
    Configuration menu
    Copy the full SHA
    b16fa5f View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. Pin snowballstemmer for now (#4372)

    Make apidocs buildable again
    sentrivana authored May 8, 2025
    Configuration menu
    Copy the full SHA
    2df4dc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca5ba89 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. Make use of SPANDATA consistent (#4373)

    The AI integrations sometimes used plain strings for setting `SPANDATA`
    attributes. Changed to always use `SPANDATA`.
    antonpirker authored May 9, 2025
    Configuration menu
    Copy the full SHA
    cb82483 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de6856f View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. release: 2.28.0

    getsentry-bot committed May 12, 2025
    Configuration menu
    Copy the full SHA
    53f413e View commit details
    Browse the repository at this point in the history
  2. Update changelog.md

    antonpirker committed May 12, 2025
    Configuration menu
    Copy the full SHA
    c7a17a0 View commit details
    Browse the repository at this point in the history
Loading
0