Opened 6 months ago

Closed 6 months ago

#20467 closed enhancement (fixed)

sentry_sdk-2.15.0 (Python module)

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 12.3
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by Bruce Dubbs, 6 months ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 6 months ago

2.15.0

Integrations

  • Configure HTTP methods to capture in ASGI/WSGI middleware and frameworks

We've added a new option to the Django, Flask, Starlette and FastAPI integrations called http_methods_to_capture. This is a configurable tuple of HTTP method verbs that should create a transaction in Sentry. The default is ("CONNECT", "DELETE", "GET", "PATCH", "POST", "PUT", "TRACE",). OPTIONS and HEAD are not included by default.

  • Django: Allow ASGI to use drf_request in DjangoRequestExtractor
  • Django: Don't let RawPostDataException bubble up
  • Django: Add sync_capable to SentryWrappingMiddleware
  • AIOHTTP: Add failed_request_status_codes
  • AIOHTTP: Delete test which depends on AIOHTTP behavior
  • AIOHTTP: Handle invalid responses
  • FastAPI/Starlette: Support new failed_request_status_codes
  • FastAPI/Starlette: Fix failed_request_status_codes=[]
  • FastAPI/Starlette: Remove invalid failed_request_status_code tests
  • FastAPI/Starlette: Refactor shared test parametrization

Miscellaneous

  • Deprecate sentry_sdk.metrics
  • Add name parameter to start_span() and deprecate description parameter
  • Fix add_query_source with modules outside of project root
  • Test more integrations on 3.13
  • Fix trailing whitespace
  • Improve get_integration typing
  • Make import-related tests stable
  • Fix breadcrumb sorting
  • Fix breadcrumb timestamp casting and its tests
  • Don't use deprecated logger.warn
  • Fix Cohere API change
  • Fix deprecation message
  • Remove experimental explain_plan feature.
  • X-fail one of the Lambda tests
  • Update Codecov config
  • Update actions/upload-artifact to v4 with merge
  • Bump actions/checkout from 4.1.7 to 4.2.0

comment:3 by Bruce Dubbs, 6 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commits

80907b72c9 Update to btrfs-progs-v6.11.
3ec6feeaa3 Update to libgsf-1.14.53.
62516bedb6 Update to Python3-3.12.7.
23423eed22 Update to sentry_sdk-2.15.0.
229c1690cc Update to xkeyboard-config-2.43.
3b199d0d2a Update to hwdata-0.388.
Note: See TracTickets for help on using tickets.