-
Notifications
You must be signed in to change notification settings - Fork 585
Comparing changes
Open a pull request
base repository: getsentry/sentry-python
base: refs/tags/1.25.1
head repository: getsentry/sentry-python
compare: 1.26.0
- 13 commits
- 97 files changed
- 7 contributors
Commits on Jun 7, 2023
-
getsentry-bot committed
Jun 7, 2023 Configuration menu - View commit details
-
Copy full SHA for a1c2760 - Browse repository at this point
Copy the full SHA a1c2760View commit details
Commits on Jun 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f4c19e1 - Browse repository at this point
Copy the full SHA f4c19e1View commit details
Commits on Jun 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d991be7 - Browse repository at this point
Copy the full SHA d991be7View commit details -
fix(profiler): Add function name to profiler frame cache (#2164)
Wrapper functions can take on the same name as the wrapped function. This means that if a decorator is used to wrap different functions, even though the filename and line number will be the same for all instances of the frame, the function name can vary. Add the function name to the cache to avoid these cache collisions.
Configuration menu - View commit details
-
Copy full SHA for a4378de - Browse repository at this point
Copy the full SHA a4378deView commit details -
build(deps): bump checkouts/data-schemas from
0ed3357to7fdde87(#……2165) Bumps [checkouts/data-schemas](https://github.com/getsentry/sentry-data-schemas) from `0ed3357` to `7fdde87`. - [Commits](getsentry/sentry-data-schemas@0ed3357...7fdde87) --- updated-dependencies: - dependency-name: checkouts/data-schemas dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anton Pirker <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e833825 - Browse repository at this point
Copy the full SHA e833825View commit details
Commits on Jun 15, 2023
-
Tracing without performance (#2136)
Tracing information (sentry-trace and baggage headers) is now propagated from/to incoming/outgoing HTTP requests even if performance is disabled and thus no transactions/spans are available.
Configuration menu - View commit details
-
Copy full SHA for fe7e501 - Browse repository at this point
Copy the full SHA fe7e501View commit details
Commits on Jun 16, 2023
-
Do not support sub-minute cron intervals (#2172)
* Do not support sub-minute cron intervals * Do not send checkins for unsupported schedule types --------- Co-authored-by: Ivana Kellyerova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f0ab40 - Browse repository at this point
Copy the full SHA 4f0ab40View commit details
Commits on Jun 19, 2023
-
support SOCKS proxies in sentry_sdk (#1050)
* support SOCKS proxies in sentry_sdk --------- Co-authored-by: Anton Pirker <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0792db2 - Browse repository at this point
Copy the full SHA 0792db2View commit details
Commits on Jun 20, 2023
-
Run 2.7 tests in CI again (#2181)
Since GitHub actions dropped support for 2.7 in python-versions, take 2.7 out of the test matrix and add a separate job for it where it can run inside a py2.7 container.
Configuration menu - View commit details
-
Copy full SHA for 6d9195d - Browse repository at this point
Copy the full SHA 6d9195dView commit details
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c26f35a - Browse repository at this point
Copy the full SHA c26f35aView commit details
Commits on Jun 22, 2023
-
Load tracing information from environment (#2176)
It should be able to continue a trace with trace information that was given to the python process over environment variables. See this RFC for the spec: https://github.com/getsentry/rfcs/blob/main/text/0071-continue-trace-over-process-boundaries.md --------- Co-authored-by: Ivana Kellyerova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e68161c - Browse repository at this point
Copy the full SHA e68161cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bba1ec2 - Browse repository at this point
Copy the full SHA bba1ec2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 892f794 - Browse repository at this point
Copy the full SHA 892f794View commit details
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 refs/tags/1.25.1...1.26.0