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: master@{1day}
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: master
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Apr 29, 2025

  1. 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
  2. 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
  3. 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
Loading