chore(deps): bump sentry-sdk from 2.29.1 to 2.49.0
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(5 months ago)
(5 months ago)
(5 months ago)
dependencies python
Bumps sentry-sdk from 2.29.1 to 2.49.0.
Release notes
Sourced from sentry-sdk's releases.
2.49.0
New Features ✨
- feat(api): Add
Scope.set_attributeby@sentrivanain #5256Bug Fixes 🐛
- fix(grpc): Gate third-party imports by
@alexander-alderman-webbin #5246- fix(opentelemetry): Gate third-party imports by
@alexander-alderman-webbin #5247- fix(ray): Keep variadic kwargs last in signatures by
@alexander-alderman-webbin #5244- fix(trytond): Gate third-party imports by
@alexander-alderman-webbin #5245- Fix openai count_tokens by
@sl0thentr0pyin #5281Documentation 📚
- docs: Fix typo in comment by
@sentrivanain #5280- docs: Fix
middleware_spansdocstring by@sentrivanain #5279Internal Changes 🔧
- ref(scope): Set global attrs on global scope by
@sentrivanain #5259- chore: Ignore type migration for scripts/ and tests/ in blame by
@alexander-alderman-webbin #5284- ref: Properly override parent func by
@sentrivanain #5283- ci: Allow to use Craft's new auto-versioning by
@sentrivanain #5218- ref: Deduplicate batchers by
@sentrivanain #5263- tests: Add dedicated transport format test for metrics, logs by
@sentrivanain #5264- ci: 🤖 Update test matrix with new releases (01/05) by
@github-actionsin #5273- tests: General logs tests should use Sentry logs API by
@sentrivanain #5262- tests: Test preserialization of attributes by
@sentrivanain #5260- ci: Unpin Pydantic 1.x version in tests by
@alexander-alderman-webbin #5261- ref: Make logs, metrics go via scope by
@sentrivanain #5213- ci: Fix failing arq, fastapi tests on 3.7; update test matrix by
@sentrivanain #52582.48.0
Middleware spans are now disabled by default in Django, Starlette and FastAPI integrations. Set the
middleware_spansintegration-level option to capture individual spans per middleware layer. To record Django middleware spans, for example, configure as followsimport sentry_sdk from sentry_sdk.integrations.django import DjangoIntegrationsentry_sdk.init(
dsn="<your-dsn>",
integrations=[
DjangoIntegration(middleware_spans=True),
],
)
New Features ✨
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.
2.49.0
New Features ✨
- feat(api): Add
Scope.set_attributeby@sentrivanain #5256Bug Fixes 🐛
- fix(grpc): Gate third-party imports by
@alexander-alderman-webbin #5246- fix(opentelemetry): Gate third-party imports by
@alexander-alderman-webbin #5247- fix(ray): Keep variadic kwargs last in signatures by
@alexander-alderman-webbin #5244- fix(trytond): Gate third-party imports by
@alexander-alderman-webbin #5245- Fix openai count_tokens by
@sl0thentr0pyin #5281Documentation 📚
- docs: Fix typo in comment by
@sentrivanain #5280- docs: Fix
middleware_spansdocstring by@sentrivanain #5279Internal Changes 🔧
- ref(scope): Set global attrs on global scope by
@sentrivanain #5259- chore: Ignore type migration for scripts/ and tests/ in blame by
@alexander-alderman-webbin #5284- ref: Properly override parent func by
@sentrivanain #5283- ci: Allow to use Craft's new auto-versioning by
@sentrivanain #5218- ref: Deduplicate batchers by
@sentrivanain #5263- tests: Add dedicated transport format test for metrics, logs by
@sentrivanain #5264- ci: 🤖 Update test matrix with new releases (01/05) by
@github-actionsin #5273- tests: General logs tests should use Sentry logs API by
@sentrivanain #5262- tests: Test preserialization of attributes by
@sentrivanain #5260- ci: Unpin Pydantic 1.x version in tests by
@alexander-alderman-webbin #5261- ref: Make logs, metrics go via scope by
@sentrivanain #5213- ci: Fix failing arq, fastapi tests on 3.7; update test matrix by
@sentrivanain #52582.48.0
Middleware spans are now disabled by default in Django, Starlette and FastAPI integrations. Set the
middleware_spansintegration-level option to capture individual spans per middleware layer. To record Django middleware spans, for example, configure as followsimport sentry_sdk from sentry_sdk.integrations.django import DjangoIntegrationsentry_sdk.init(
dsn="<your-dsn>",
integrations=[
DjangoIntegration(middleware_spans=True),
],
)
... (truncated)
Commits
2c85e64release: 2.49.08f273d4chore: Ignore type migration for scripts/ and tests/ in blame (#5284)dc8a8e5ref: Properly override parent func (#5283)485aa6dci: Allow to use Craft's new auto-versioning (#5218)c8d8d60docs: Fix typo in comment (#5280)6039305ref: Deduplicate batchers (#5263)f2317dcref(scope): Set global attrs on global scope (#5259)3d83b39fix(ray): Keep variadic kwargs last in signatures (#5244)f5c51fcFix openai count_tokens (#5281)a979755docs: Fixmiddleware_spansdocstring (#5279)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 13154485 |
| UUID: | 3802461890 |
| Node ID: | PR_kwDONtmXaM68mpF4 |
| Host: | GitHub |
| Repository: | codegen-sh/codegen |