-
Notifications
You must be signed in to change notification settings - Fork 569
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.33.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: getsentry/sentry-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.34.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
8000
- 17 commits
- 32 files changed
- 5 contributors
Commits on Jul 22, 2025
-
getsentry-bot committed
Jul 22, 2025 Configuration menu - View commit details
-
Copy full SHA for 7339704 - Browse repository at this point
Copy the full SHA 7339704View commit details -
Fix threading run patch (#4610)
Since we're using `current_thread` for `self` explicitly, we need to remove the first argument from `*a`. This actually doesn't matter since `*a, **kw` are actually both empty but since this is the way the patch is implemented (presumably for forward compat), I don't want to change the signature. This fixes the following warning in CI since what actually happens is this: * `Thread.run` is being patched at each `Thread.start` (and not just once as other patches do) * So the current thread keeps getting accumulated in `*a` giving the `TypeError` for subsequent thread runs except the first ```python TypeError: Thread.run() takes 1 positional argument but 5 were given tests/integrations/redis/cluster_asyncio/test_redis_cluster_asyncio.py::test_async_span_origin /Users/neel/sentry/sdks/sentry-python/.tox/py3.12-redis-v5/lib/python3.12/site-packages/_pytest/threadexception.py:58: PytestUnhandledThreadExceptionWarning: Exception in thread sentry.monitor ``` closes #4361
Configuration menu - View commit details
-
Copy full SHA for 1b4f8d3 - Browse repository at this point
Copy the full SHA 1b4f8d3View commit details
Commits on Jul 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e329179 - Browse repository at this point
Copy the full SHA e329179View commit details
Commits on Jul 24, 2025
-
Regular tox update Includes a small openai-agents tests fix and restricts openai-agents tests to 3.10 as in 0.2.x they're using 3.10+ typing syntax (`<Type> | <Type>`)
Configuration menu - View commit details
-
Copy full SHA for fe3ccb8 - Browse repository at this point
Copy the full SHA fe3ccb8View commit details -
Fix
huggingface_hubCI tests. (#4619)HuggingFace has changed its default model used in `InferenceClient` and the new model breaks our CI. Change to use a non-existent model.
Configuration menu - View commit details
-
Copy full SHA for add8b6f - Browse repository at this point
Copy the full SHA add8b6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1c6e0b - Browse repository at this point
Copy the full SHA c1c6e0bView commit details
Commits on Jul 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 69d65db - Browse repository at this point
Copy the full SHA 69d65dbView commit details -
Simplify celery double patching test (#4626)
just check double patching, no need to recurse 10000 times part of #4623
Configuration menu - View commit details
-
Copy full SHA for bc7ca86 - Browse repository at this point
Copy the full SHA bc7ca86View commit details -
Configuration menu - View commit details
-
Copy full SHA for d71b953 - Browse repository at this point
Copy the full SHA d71b953View commit details
Commits on Jul 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 070653a - Browse repository at this point
Copy the full SHA 070653aView commit details
Commits on Jul 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 19ed1bb - Browse repository at this point
Copy the full SHA 19ed1bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcace85 - Browse repository at this point
Copy the full SHA fcace85View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd7dca4 - Browse repository at this point
Copy the full SHA fd7dca4View commit details -
Considerably raise
DEFAULT_MAX_VALUE_LENGTH(#4632)AI prompts/messages are potentially huge. * raise `DEFAULT_MAX_VALUE_LENGTH` (responsible for string trimming) from 1024 to 100 000 * adapt tests (and make them more generic, without hardcoded parts, where possible)
Configuration menu - View commit details
-
Copy full SHA for 4f9d326 - Browse repository at this point
Copy the full SHA 4f9d326View commit details -
Configuration menu - View commit details
-
Copy full SHA for e84f6f3 - Browse repository at this point
Copy the full SHA e84f6f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1848d4 - Browse repository at this point
Copy the full SHA e1848d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72766a7 - Browse repository at this point
Copy the full SHA 72766a7View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.33.2...2.34.0