chore(deps): bump sentry-sdk from 2.29.1 to 2.42.1
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(8 months ago)
(8 months ago)
(8 months ago)
dependencies python
Bumps sentry-sdk from 2.29.1 to 2.42.1.
Release notes
Sourced from sentry-sdk's releases.
2.42.1
Various fixes & improvements
- fix(gcp): Inject scopes in TimeoutThread exception with GCP (#4959) by
@alexander-alderman-webb- fix(aws): Inject scopes in TimeoutThread exception with AWS lambda (#4914) by
@alexander-alderman-webb- fix(ai): add message trunction to anthropic (#4953) by
@shellmayr- fix(ai): add message truncation to langgraph (#4954) by
@shellmayr- fix: Default breadcrumbs value for events without breadcrumbs (#4952) by
@alexander-alderman-webb- fix(ai): add message truncation in langchain (#4950) by
@shellmayr- fix(ai): correct size calculation, rename internal property for message truncation & add test (#4949) by
@shellmayr- fix(ai): introduce message truncation for openai (#4946) by
@shellmayr- fix(openai): Use non-deprecated Pydantic method to extract response text (#4942) by
@JasonLovesDoggo- ci: 🤖 Update test matrix with new releases (10/16) (#4945) by
@github-actions- Handle ValueError in scope resets (#4928) by
@sl0thentr0py- fix(litellm): Classify embeddings correctly (#4918) by
@alexander-alderman-webb- Generalize NOT_GIVEN check with omit for openai (#4926) by
@sl0thentr0py- ⚡️ Speed up function
_get_db_span_description(#4924) by@misrasaurabh12.42.0
Various fixes & improvements
feat: Add source information for slow outgoing HTTP requests (#4902) by
@alexander-alderman-webbtests: Update tox (#4913) by
@sentrivanafix(Ray): Retain the original function name when patching Ray tasks (#4858) by
@svartalffeat(ai): Add
python-genaiintegration (#4891) by@vgrozdanicEnable the new Google GenAI integration with the code snippet below, and you can use the Sentry AI dashboards to observe your AI calls:import sentry_sdk from sentry_sdk.integrations.google_genai import GoogleGenAIIntegration sentry_sdk.init( dsn="<your-dsn>", # Set traces_sample_rate to 1.0 to capture 100% # of transactions for tracing. traces_sample_rate=1.0, # Add data like inputs and responses; # see https://docs.sentry.io/platforms/python/data-management/data-collected/ for more info send_default_pii=True, integrations=[ GoogleGenAIIntegration(), ], )2.41.0
Various fixes & improvements
feat: Add
concurrent.futurespatch to threading integration (#4770) by@alexander-alderman-webbThe SDK now makes sure to automatically preserve span relationships when using
ThreadPoolExecutor.
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.
2.42.1
Various fixes & improvements
- fix(gcp): Inject scopes in TimeoutThread exception with GCP (#4959) by
@alexander-alderman-webb- fix(aws): Inject scopes in TimeoutThread exception with AWS lambda (#4914) by
@alexander-alderman-webb- fix(ai): add message trunction to anthropic (#4953) by
@shellmayr- fix(ai): add message truncation to langgraph (#4954) by
@shellmayr- fix: Default breadcrumbs value for events without breadcrumbs (#4952) by
@alexander-alderman-webb- fix(ai): add message truncation in langchain (#4950) by
@shellmayr- fix(ai): correct size calculation, rename internal property for message truncation & add test (#4949) by
@shellmayr- fix(ai): introduce message truncation for openai (#4946) by
@shellmayr- fix(openai): Use non-deprecated Pydantic method to extract response text (#4942) by
@JasonLovesDoggo- ci: 🤖 Update test matrix with new releases (10/16) (#4945) by
@github-actions- Handle ValueError in scope resets (#4928) by
@sl0thentr0py- fix(litellm): Classify embeddings correctly (#4918) by
@alexander-alderman-webb- Generalize NOT_GIVEN check with omit for openai (#4926) by
@sl0thentr0py- ⚡️ Speed up function
_get_db_span_description(#4924) by@misrasaurabh12.42.0
Various fixes & improvements
feat: Add source information for slow outgoing HTTP requests (#4902) by
@alexander-alderman-webbtests: Update tox (#4913) by
@sentrivanafix(Ray): Retain the original function name when patching Ray tasks (#4858) by
@svartalffeat(ai): Add
python-genaiintegration (#4891) by@vgrozdanicEnable the new Google GenAI integration with the code snippet below, and you can use the Sentry AI dashboards to observe your AI calls:import sentry_sdk from sentry_sdk.integrations.google_genai import GoogleGenAIIntegration sentry_sdk.init( dsn="<your-dsn>", # Set traces_sample_rate to 1.0 to capture 100% # of transactions for tracing. traces_sample_rate=1.0, # Add data like inputs and responses; # see https://docs.sentry.io/platforms/python/data-management/data-collected/ for more info send_default_pii=True, integrations=[ GoogleGenAIIntegration(), ], )2.41.0
Various fixes & improvements
... (truncated)
Commits
ae337carelease: 2.42.1b12823efix(gcp): Inject scopes in TimeoutThread exception with GCP (#4959)1ad7163fix(aws): Inject scopes in TimeoutThread exception with AWS lambda (#4914)2e259aefix(ai): add message trunction to anthropic (#4953)23ec398fix(ai): add message truncation to langgraph (#4954)cc432a6fix: Default breadcrumbs value for events without breadcrumbs (#4952)843c062fix(ai): add message truncation in langchain (#4950)b11c2f2fix(ai): correct size calculation, rename internal property for message trunc...814cd5afix(ai): introduce message truncation for openai (#4946)ca4df94fix(openai): Use non-deprecated Pydantic method to extract response text (#4...- 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: | 10769540 |
| UUID: | 3554692379 |
| Node ID: | PR_kwDONtmXaM6vyBMD |
| Host: | GitHub |
| Repository: | codegen-sh/codegen |