-
Notifications
You must be signed in to change notification settings - Fork 544
Comparing changes
Open a pull request
base repository: getsentry/sentry-python
base: 1.11.1
head repository: getsentry/sentry-python
compare: 1.12.1
- 14 commits
- 55 files changed
- 4 contributors
Commits on Nov 22, 2022
-
getsentry-bot committed
Nov 22, 2022 Configuration menu - View commit details
-
Copy full SHA for ec43e1d - Browse repository at this point
Copy the full SHA ec43e1dView commit details
Commits on Nov 29, 2022
-
fix(profiling): Resolve inherited method class names (#1756)
Methods may be inherited from a parent class. If multiple classes inherit from the same class and uses the inherited method, we'd want it to report the parent class's name instead of the individual child classes since they'd have the same filename and lineno of the parent class and not the children.
Configuration menu - View commit details
-
Copy full SHA for 1c886e6 - Browse repository at this point
Copy the full SHA 1c886e6View commit details
Commits on Nov 30, 2022
-
Add constants for sentry-trace and baggage headers (#1765)
* Introduced SENTRY_TRACE_HEADER_NAME variable * Introduced +BAGGAGE_HEADER_NAME variable
Configuration menu - View commit details
-
Copy full SHA for 905b3fd - Browse repository at this point
Copy the full SHA 905b3fdView commit details -
ref(profiling): Eagerly hash stack for profiles (#1755)
Hashing the stack is an expensive operation and the same stack is used for parallel transactions happening on various threads. Instead of hashing it each time it's used.
Configuration menu - View commit details
-
Copy full SHA for 01dc7ee - Browse repository at this point
Copy the full SHA 01dc7eeView commit details
Commits on Dec 1, 2022
-
Add instrumenter config to switch between Otel and Sentry instrumenta…
Configuration menu - View commit details
-
Copy full SHA for 46697dd - Browse repository at this point
Copy the full SHA 46697ddView commit details
Commits on Dec 7, 2022
-
feat(profiling): Introduce active thread id on scope (#1764)
Up to this point, simply taking the current thread when the transaction/profile was started was good enough. When using ASGI apps with non async handlers, the request is received on the main thread. This is also where the transaction or profile was started. However, the request is handled on another thread using a thread pool. To support this use case, we want to be able to set the active thread id on the scope where we can read it when we need it to allow the active thread id to be set elsewhere.
Configuration menu - View commit details
-
Copy full SHA for b1290c6 - Browse repository at this point
Copy the full SHA b1290c6View commit details
Commits on Dec 14, 2022
-
fix(ci): Fix Github action checks (#1780)
The checks are failing for 2 reasons: 1. GitHub actions dropped python3.7 support on the latest hosted runners. actions/setup-python#544 (comment) 2. New release of Tox was validation the python version in the environment name and the trailing framework version being used in the environment name was being treated as a python version and validated causing an issue. Further changes: * Added one GitHub job to check if all tests have passed. Makes it easier to configure required checks in GitHub. * Pinning Tox to <4 Co-authored-by: Anton Pirker <anton.pirker@sentry.io>
Configuration menu - View commit details
-
Copy full SHA for dd26fbe - Browse repository at this point
Copy the full SHA dd26fbeView commit details -
* Removed dead code from runtox shell script * Removed unused CI_PYTHON_VERSION
Configuration menu - View commit details
-
Copy full SHA for eb0db0a - Browse repository at this point
Copy the full SHA eb0db0aView commit details -
Adding basic OpenTelementry (OTel) support to the Sentry SDK: - Adding a OTel SpanProcessor that can receive spans form OTel and then convert them into Sentry Spans and send them to Sentry. - Adding a OTel Propagator that can receive and propagate trace headers (Baggage) to keep distributed tracing intact.
Configuration menu - View commit details
-
Copy full SHA for d0eed0e - Browse repository at this point
Copy the full SHA d0eed0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a02915 - Browse repository at this point
Copy the full SHA 0a02915View commit details
Commits on Dec 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for abfdce8 - Browse repository at this point
Copy the full SHA abfdce8View commit details -
getsentry-bot committed
Dec 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 561cd4b - Browse repository at this point
Copy the full SHA 561cd4bView commit details
Commits on Dec 19, 2022
-
Link errors to OTel spans (#1787)
Link Sentry captured issue events to performance events from Otel. (This makes Sentry issues visible in Otel performance data)
Configuration menu - View commit details
-
Copy full SHA for 6959941 - Browse repository at this point
Copy the full SHA 6959941View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab1496f - Browse repository at this point
Copy the full SHA ab1496fView 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 1.11.1...1.12.1