Skip to content

Bump sentry-sdk[starlette] from 1.40.0 to 2.11.0

Ronan Amicel requested to merge dependabot-pip-sentry-sdk-starlette--2.11.0 into main

Bumps sentry-sdk[starlette] from 1.40.0 to 2.11.0.

Release notes

Sourced from sentry-sdk[starlette]'s releases.

2.11.0

Various fixes & improvements

2.10.0

Various fixes & improvements

  • Add client cert and key support to HttpTransport (#3258) by @​grammy-jiang

    Add cert_file and key_file to your sentry_sdk.init to use a custom client cert and key. Alternatively, the environment variables CLIENT_CERT_FILE and CLIENT_KEY_FILE can be used as well.

  • OpenAI: Lazy initialize tiktoken to avoid http at import time (#3287) by @​colin-sentry

  • OpenAI, Langchain: Make tiktoken encoding name configurable + tiktoken usage opt-in (#3289) by @​colin-sentry

... (truncated)

Changelog

Sourced from sentry-sdk[starlette]'s changelog.

2.11.0

Various fixes & improvements

2.10.0

Various fixes & improvements

... (truncated)

Commits

Merge request reports