-
Notifications
You must be signed in to change notification settings - Fork 604
Comparing changes
Open a pull request
base repository: getsentry/sentry-python
base: 1.17.0
head repository: getsentry/sentry-python
compare: 1.18.0
- 11 commits
- 21 files changed
- 6 contributors
Commits on Mar 16, 2023
-
getsentry-bot committed
Mar 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 5e7627c - Browse repository at this point
Copy the full SHA 5e7627cView commit details
Commits on Mar 20, 2023
-
fix(tests): Bad arq dependency in tests (#1966)
The newer versions of fakeredis does not install `async-timeout` which it needs.
Configuration menu - View commit details
-
Copy full SHA for 439b3f7 - Browse repository at this point
Copy the full SHA 439b3f7View commit details -
fix(profiling): Handle non frame types in profiler (#1965)
We've received report that occasionally, there's `AttributeError` on `f_back`. It's unclear what exactly causes this issue because the source of the frame is from a system libray. This avoids the `AttributeError` by wrapping the line in question with a `try ... except ...`. And whenever it does encounter this error, we should continue with what frames we have.
Configuration menu - View commit details
-
Copy full SHA for 871c437 - Browse repository at this point
Copy the full SHA 871c437View commit details
Commits on Mar 21, 2023
-
Implement EventScrubber (#1943)
As outlined in https://github.com/getsentry/rfcs/blob/main/text/0062-controlling-pii-and-credentials-in-sd-ks.md Co-authored-by: Anton Pirker <anton.pirker@sentry.io>
Configuration menu - View commit details
-
Copy full SHA for b339d83 - Browse repository at this point
Copy the full SHA b339d83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d3649d - Browse repository at this point
Copy the full SHA 5d3649dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9ec128 - Browse repository at this point
Copy the full SHA f9ec128View commit details
Commits on Mar 22, 2023
-
Updated denylist to include other widely used cookies/headers (#1972)
* Updated denylist to include other widely used cookies/headers * Made check case insensitive
Configuration menu - View commit details
-
Copy full SHA for 665ab60 - Browse repository at this point
Copy the full SHA 665ab60View commit details -
Added license information for: - _queue from Python Software Foundation - _functools from Python Software Foundation - Two small functions from Werkzeug Reformatted license for - Profiler from Nylas.
Configuration menu - View commit details
-
Copy full SHA for 8642de0 - Browse repository at this point
Copy the full SHA 8642de0View commit details
Commits on Mar 28, 2023
-
Added new functions_to_trace option for celtral way of performance in…
…strumentation (#1960) Have a list of functions that can be passed to "sentry_sdk.init()". When the SDK starts it goes through the list and instruments all the functions in the list. functions_to_trace = [ {"qualified_name": "tests.test_basics._hello_world_counter"}, {"qualified_name": "time.sleep"}, {"qualified_name": "collections.Counter.most_common"}, ] sentry_sdk.init( dsn="...", traces_sample_rate=1.0, functions_to_trace=functions_to_trace, )
Configuration menu - View commit details
-
Copy full SHA for dc730ed - Browse repository at this point
Copy the full SHA dc730edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70cbb25 - Browse repository at this point
Copy the full SHA 70cbb25View commit details -
Configuration menu - View commit details
-
Copy full SHA for fefb454 - Browse repository at this point
Copy the full SHA fefb454View 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.17.0...1.18.0