-
Notifications
You must be signed in to change notification settings - Fork 554
Comparing changes
Open a pull request
base repository: getsentry/sentry-python
base: 2.7.1
head repository: getsentry/sentry-python
compare: 2.8.0
- 10 commits
- 15 files changed
- 12 contributors
Commits on Jun 27, 2024
-
getsentry-bot committed
Jun 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 6701616 - Browse repository at this point
Copy the full SHA 6701616View commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5782560 - Browse repository at this point
Copy the full SHA 5782560View commit details -
build(deps): bump checkouts/data-schemas from
8c13457
to88273a9
(#……3225) Bumps [checkouts/data-schemas](https://github.com/getsentry/sentry-data-schemas) from `8c13457` to `88273a9`. - [Commits](getsentry/sentry-data-schemas@8c13457...88273a9) --- 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: Ivana Kellyerova <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eab218c - Browse repository at this point
Copy the full SHA eab218cView commit details -
feat(opentelemetry): Add entry point for SentryPropagator (#3086)
Add entry point for sentry_sdk.integrations.opentelemetry.SentryPropagator. This makes possible to configure opentelemetry using environment variables and add SentryPropagator to existing ones instead of replace them. Closes #3085 Co-authored-by: Neel Shah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 407f651 - Browse repository at this point
Copy the full SHA 407f651View commit details
Commits on Jul 3, 2024
-
build: Remove ipdb from test requirements (#3237)
[ipdb](https://pypi.org/project/ipdb) is not used by testing suite. To avoid installing extra dependencies, remove it from requirements file. Developers who find ipdb helpful can install the package themselves.
Configuration menu - View commit details
-
Copy full SHA for defb448 - Browse repository at this point
Copy the full SHA defb448View commit details
Commits on Jul 4, 2024
-
ref(transport): Stop using
Hub
inHttpTransport
(#3247)Also, add deprecation warnings for `HttpTransport.hub_cls`. Fixes #3232
Configuration menu - View commit details
-
Copy full SHA for 31efa62 - Browse repository at this point
Copy the full SHA 31efa62View commit details
Commits on Jul 8, 2024
-
fix(integrations): don't send full env to subprocess (#3251)
During the arguments modification to `subprocess.Popen.__init__`, an explicitly empty environment of `{}` is incorrectly confused with a `None` environment. This causes sentry to pass the entire environment of the parent process instead of sending just the injected environment variables. Fix it by only replacing the environment with `os.environ` if the variable is None, and not just falsy. --------- Co-authored-by: Kevin Michel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 763e40a - Browse repository at this point
Copy the full SHA 763e40aView commit details -
fix(profiling): profiler_id uses underscore (#3249)
Relay expects this with an underscore instead of a dot.
Configuration menu - View commit details
-
Copy full SHA for 32335dd - Browse repository at this point
Copy the full SHA 32335ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e6998e - Browse repository at this point
Copy the full SHA 7e6998eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f4685e - Browse repository at this point
Copy the full SHA 6f4685eView 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 2.7.1...2.8.0