chore(deps): update cog requirement sentry-sdk to ~=2.68.0 - #388
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update cog requirement sentry-sdk to ~=2.68.0#388renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/sentry-sdk-2.x
branch
from
July 20, 2026 18:49
ae95123 to
db0d836
Compare
renovate
Bot
force-pushed
the
renovate/sentry-sdk-2.x
branch
from
July 22, 2026 20:37
db0d836 to
535523a
Compare
renovate
Bot
force-pushed
the
renovate/sentry-sdk-2.x
branch
from
August 10, 2026 14:02
535523a to
c697b49
Compare
renovate
Bot
force-pushed
the
renovate/sentry-sdk-2.x
branch
from
August 13, 2026 10:45
c697b49 to
5b89573
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~=2.65.0→~=2.68.0Release Notes
getsentry/sentry-python (sentry-sdk)
v2.68.0Compare Source
Important
We're making
enable_logsandenable_metricsno-op with this release (#7177), and they'll be dropped in the next major.Previously,
enable_logsalso controlled automatic logs collection from the logging and Loguru integrations. These integrations now get an integration-levelcapture_sentry_logsboolean option to allow for more control over the auto-collection. These options areFalseby default, i.e., nothing is auto-collected without your explicit opt-in.Action Needed
If you had
enable_logsset toTrue:sentry_sdk.logger.XAPI, no action necessary, the API will just work.LoggingIntegrationorLoguruIntegration, the auto-collection will be turned off in this release. You can switch auto-collection on explicitly with:If you had
enable_logsset toFalse:sentry_sdk.logger.XAPI, you'll need to remove the calls entirely or define abefore_send_logcallback to filter out unwanted logs.If you has
enable_metricsset toFalse:before_send_metricor remove the calls to the API.Why We're Doing This
We recognize this is a disruptive change for some folks and want to make it clear this is a one-off. We're removing the options because they were an unnecessary hurdle that one had to jump through to be able to use logs and metrics, and it was confusing why the logging API would not just work on its own. On the other hand, we wanted to give you more fine-grained control over automatic collection.
New Features ✨
Other
NoOpStreamedSpanby @alexander-alderman-webb in #7163NoOpStreamedSpaninset_transaction_name()by @alexander-alderman-webb in #7164NoOpStreamedSpanby @alexander-alderman-webb in #7162Bug Fixes 🐛
Internal Changes 🔧
HTTPX, HTTPX2
Other
v2.67.1Compare Source
Bug Fixes 🐛
v2.67.0Compare Source
New Features ✨
Batcher
Integrations
Langchain
Openai
gen_ai.tool.definitionsfor the Responses API by @alexander-alderman-webb in #6951gen_ai.tool.definitionsfor the Chat Completions API by @alexander-alderman-webb in #6950gen_ai.request.reasoning.levelto OpenAI spans by @pabloDeputter in #6892Streaming
before_send_spanto top-level option by @sentrivana in #6885set_conversation_idAPI work by @sentrivana in #6866Other
set_attributesAPI by @sentrivana in #6897gen_ai.tool.definitionsattribute by @alexander-alderman-webb in #6956gen_ai.output.messagesincludingThinkingPartby @alexander-alderman-webb in #7037Bug Fixes 🐛
Openai Agents
run_single_turn_streamedreference by @alexander-alderman-webb in #7032Tests
capture_itemswith args by @sentrivana in #6867Other
sentry-traceshould take precedence over baggage by @sentrivana in #6863url.fullspan attribute by @sentrivana in #6861Documentation 📚
Internal Changes 🔧
Fastmcp
fastmcp>=4by @alexander-alderman-webb in #6923RootModelinstances by @alexander-alderman-webb in #6909try...exceptwithskipifby @alexander-alderman-webb in #6922Mcp
mcp.tool.result.is_errorby @alexander-alderman-webb in #6915mcp_typespackage by @alexander-alderman-webb in #6763_set_span_output_data()by @alexander-alderman-webb in #6762_get_span_config()by @alexander-alderman-webb in #6761_prepare_handler_data()by @alexander-alderman-webb in #6758Openai Agents
gen_ai.response.modelon Invoke Agent spans by @alexander-alderman-webb in #7028gen_ai.response.tool_callsby @alexander-alderman-webb in #6973gen_ai.request.available_toolson Invoke Agent spans by @alexander-alderman-webb in #6955gen_ai.request.available_toolson Execute Tool spans by @alexander-alderman-webb in #6954Other
iscoroutinefunctionshim inpatch_views()by @alexander-alderman-webb in #7024asyncio.iscoroutinefunctionby @alexander-alderman-webb in #7023on_agent_finish()hook by @alexander-alderman-webb in #7059FunctionModelfor testing output data transformations by @alexander-alderman-webb in #7036MAX_DATABAG_BREADTHby @Malkiz223 in #6783litellm<=1.96for generating test suites by @alexander-alderman-webb in #7147test-lambda-locallyby @alexander-alderman-webb in #7069pydantic-ai-slimto uv typing group by @alexander-alderman-webb in #7025langchain-baseto uv typing group by @alexander-alderman-webb in #7016ai_track()by @alexander-alderman-webb in #7005functions_to_tracetests by @alexander-alderman-webb in #6933mcp<2forfastmcp<0.3by @alexander-alderman-webb in #6925huey>=3.3.0by @alexander-alderman-webb in #6913httpxdependency tomcpandfastmcptests by @alexander-alderman-webb in #6905v2.66.1Compare Source
Bug Fixes 🐛
Tracing
Internal Changes 🔧
v2.66.0Compare Source
New Features ✨
Bug Fixes 🐛
Tracing
Internal Changes 🔧
nullcontexttosentry_sdk.utilsby @sentrivana in #6805Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.