Disabling individual integrations is now much easier. Instead of disabling all automatically enabled integrations and specifying the ones you want to keep, you can now use the new disabled_integrations config option to provide a list of integrations to disable:
import sentry_sdk
from sentry_sdk.integrations.flask import FlaskIntegration
sentry_sdk.init(
# Do not use the Flask integration even if Flask is installed.
disabled_integrations=[
FlaskIntegration(),
],
)
Use operation name as transaction name in Strawberry (#3294) by @sentrivana
WSGI integrations respect SCRIPT_NAME env variable (#2622) by @sarvaSanjay
Make Django DB spans have origin auto.db.django (#3319) by @antonpirker
Disabling individual integrations is now much easier.
Instead of disabling all automatically enabled integrations and specifying the ones
you want to keep, you can now use the new
disabled_integrations
config option to provide a list of integrations to disable:
import sentry_sdk
from sentry_sdk.integrations.flask import FlaskIntegration
sentry_sdk.init(
# Do not use the Flask integration even if Flask is installed.
disabled_integrations=[
FlaskIntegration(),
],
)
Use operation name as transaction name in Strawberry (#3294) by @sentrivana
WSGI integrations respect SCRIPT_NAME env variable (#2622) by @sarvaSanjay
Make Django DB spans have origin auto.db.django (#3319) by @antonpirker
Bumps the python-packages group with 11 updates:
0.111.0
0.111.1
2.7.4
2.8.2
2.3.4
2.4.0
0.30.1
0.30.4
2.7.1
2.12.0
0.45.0
0.48.1
2.135.0
2.139.0
2.30.0
2.32.0
0.5.0
0.5.5
8.2.2
8.3.2
7.5.4
7.6.0
Updates
fastapi
from 0.111.0 to 0.111.1Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
b199364
🔖 Release version 0.111.138db0a5
📝 Update release notes0f22c76
📝 Update release notes4d3ef06
➖ Remove orjson and ujson from default dependencies (#11842)7a9396c
📝 Update release notes0b1e2ec
✏️ Rewording indocs/en/docs/fastapi-cli.md
(#11716)fb15c48
📝 Update release notes9d74b23
♻️ Simplify internal docs script (#11777)3a8f6cd
📝 Update release notes60f7fe4
📝 Update Hypercorn links in all the docs (#11744)Updates
pydantic
from 2.7.4 to 2.8.2Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
4978ee2
update history0345929
v bumpd390a04
Fix issue with assertion caused by pluggable schema validator (#9838)040865f
update history5a33e3b
bump version2f9abb2
Bumppydantic-core
tov2.20.1
,pydantic-extra-types
tov2.9.0
(#9832)ce9c5f7
Remove spooky meetings file (#9824)6bdd6d1
Pedantic typo correction within explanation of Pydantic's root in 'pedantic' ...701ccde
Fix list constraint json schema application (#9818)2a066a2
Bumpruff
tov0.5.0
andpyright
tov1.1.369
(#9801)Updates
pydantic-settings
from 2.3.4 to 2.4.0Release notes
Sourced from pydantic-settings's releases.
Commits
5cc686a
Prepare release 2.4.0 (#355)4840d69
Add cli_exit_on_error config option (#340)bcbdd2a
Add Azure Key Vault settings source (#272)6ffd6bd
Add support for short options. (#339)8b8803d
feat: Enable access to the current state in settings sources (#326)229319c
Fix a bug when loading empty yaml file (#330)d6db0f9
Deprecateread_env_file
and move it toDotEnvSettingsSource
(#318)fa17c0a
Fix regex flags accidentally passed as count (#328)Updates
uvicorn
from 0.30.1 to 0.30.4Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
8efa41c
Version 0.30.4 (#2403)b492349
Addpragma: full coverage
toProcess.is_alive
(#2402)ce999aa
close request connection if h11 sets client state as MUST_CLOSE (#2375)d277c25
Add Marcelo Trylesinski as maintainer (#2398)5bf788f
Version 0.30.3 (#2395)8f4c8a7
Add 100% clean coverage (#2394)9baded3
Bump the python-packages group with 9 updates (#2376)9279825
ClientDisconnect
inherits fromOSError
instead ofIOError
(#2393)875f6c6
SuppressKeyboardInterrupt
from CLI and programmatic usage (#2384)ca24e1b
Version 0.30.2 (#2380)Updates
sentry-sdk[fastapi]
from 2.7.1 to 2.12.0Release notes
Sourced from sentry-sdk[fastapi]'s releases.
... (truncated)
Changelog
Sourced from sentry-sdk[fastapi]'s changelog.
... (truncated)
Commits
441c0f7
Updated changelogab3eb1f
release: 2.12.0f8e5d2f
Add span data to the transactions trace context (#3374)0f3e5db
ci: Remove Django setuptools pinb658e4b
feat(integrations): Add async support forai_track
decoratorfc5db4f
ref(otel): Remove experimental autoinstrumentation (#3239)6bb2081
build(deps): bump checkouts/data-schemas from0feb234
to6d2c435
(#3369)2ce6677
tests: Test with Django 5.1 RC (#3370)bd293e5
Expose the scope getters to top level API and use them everywhere (#3357)c9765cd
ci: Workaround bug preventing Django test runs (#3371)Updates
logfire[fastapi]
from 0.45.0 to 0.48.1Release notes
Sourced from logfire[fastapi]'s releases.
... (truncated)
Changelog
Sourced from logfire[fastapi]'s changelog.
Commits
2134737
Release 0.48.1 (