-
Notifications
You must be signed in to change notification settings - Fork 552
Comparing changes
Open a pull request
base repository: getsentry/sentry-python
base: 0.14.2
head repository: getsentry/sentry-python
compare: 0.14.3
- 13 commits
- 41 files changed
- 5 contributors
Commits on Feb 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e1ce025 - Browse repository at this point
Copy the full SHA e1ce025View commit details
Commits on Feb 27, 2020
-
fix: Use monotonic clock to compute durations (#631)
* fix: Use monotonic clock to compute durations In summary, care must be taken when computing durations. Monotonic clocks are not subject to system clock adjustments or system clock skew. The difference between any two chronologically recorded time values is guaranteed to never be negative. The same guarantee above does not exist for the difference between two calls to datetime.now() and friends. More details and rationale see PEP 418. Resources: PEP 418 -- Add monotonic time, performance counter, and process time functions https://www.python.org/dev/peps/pep-0418/ PEP 564 -- Add new time functions with nanosecond resolution https://www.python.org/dev/peps/pep-0564/ * fix: Remove camelCasing Co-authored-by: Markus Unterwaditzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d31e805 - Browse repository at this point
Copy the full SHA d31e805View commit details -
fix: Do not overwrite User data if already set (#637)
Turns out some users manually set user.id and other fields in the scope, and those values get overwritten by integrations. Glanced over places where we could be inadvertently overwriting user data and changed to use setdefault to avoid overwriting existing values.
Configuration menu - View commit details
-
Copy full SHA for 4112000 - Browse repository at this point
Copy the full SHA 4112000View commit details
Commits on Mar 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e680a75 - Browse repository at this point
Copy the full SHA e680a75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 427ddb0 - Browse repository at this point
Copy the full SHA 427ddb0View commit details
Commits on Mar 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8d475f9 - Browse repository at this point
Copy the full SHA 8d475f9View commit details
Commits on Mar 13, 2020
-
fix(tracing) Omit the top level status tag (#644)
In the product side we don't really want people to search by this tag as it is far more expensive than the `transaction.status` property which is indexed separately. By not emitting this tag and only including it in the trace context we won't end up with poor performing tags for users to click on. To workaround get_trace_context() being called multiple times I needed an additional non-tags place to store the status. I've had to shim the status back into tags as non-transaction spans expect to have status as a tag. Co-authored-by: Markus Unterwaditzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 909ecaa - Browse repository at this point
Copy the full SHA 909ecaaView commit details
Commits on Mar 16, 2020
-
ref: Introduce linter for proper naming conventions (#636)
* ref: Introduce linter for proper naming conventions * ref: Document reasons for ignoring lints
Configuration menu - View commit details
-
Copy full SHA for 03a5e65 - Browse repository at this point
Copy the full SHA 03a5e65View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9e7238 - Browse repository at this point
Copy the full SHA e9e7238View commit details
Commits on Mar 17, 2020
-
test: Add RQ 1.3 to test matrix (#649)
* test: Add RQ 1.3 to test matrix * fix: add fakeredis
Configuration menu - View commit details
-
Copy full SHA for 5a1867e - Browse repository at this point
Copy the full SHA 5a1867eView commit details
Commits on Mar 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 28549cf - Browse repository at this point
Copy the full SHA 28549cfView commit details
Commits on Mar 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fa72dc3 - Browse repository at this point
Copy the full SHA fa72dc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for de0b2f9 - Browse repository at this point
Copy the full SHA de0b2f9View 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 0.14.2...0.14.3