Sentry

Latest version: v23.7.1

Safety actively analyzes 630254 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 165 of 223

1.8.2

- build: Bump sentry/javascript dependencies to 5.24.2 1091
- fix: Add a check that `performance` exists before using it. 1091

1.8.1

- build: Bump sentry/javascript dependencies to 5.24.1 1088
- fix: Fix timestamp offset issues due to issues with `performance.now()` introduced in React Native 0.63. 1088

1.08

- Fixing perl 5.8 compatibility

1.8.0

Various fixes & improvements

- feat(starlette): add Starlette integration (1441) by sl0thentr0py
**Important:** Remove manual usage of `SentryAsgiMiddleware`! This is now done by the Starlette integration.
Usage:

python
from starlette.applications import Starlette

from sentry_sdk.integrations.starlette import StarletteIntegration

sentry_sdk.init(
dsn="...",
integrations=[StarletteIntegration()],
)

app = Starlette(debug=True, routes=[...])


- feat(fastapi): add FastAPI integration (829) by antonpirker

**Important:** Remove manual usage of `SentryAsgiMiddleware`! This is now done by the FastAPI integration.

Usage:

python
from fastapi import FastAPI

from sentry_sdk.integrations.starlette import StarletteIntegration
from sentry_sdk.integrations.fastapi import FastApiIntegration

sentry_sdk.init(
dsn="...",
integrations=[StarletteIntegration(), FastApiIntegration()],
)

app = FastAPI()


Yes, you have to add both, the `StarletteIntegration` **AND** the `FastApiIntegration`!

- fix: avoid sending empty Baggage header (1507) by intgr
- fix: properly freeze Baggage object (1508) by intgr
- docs: fix simple typo, collecter | collector (1505) by timgates42

1.7.5

------

* Implemented new client/server storage API and signing methods.
* Fixed a bug where accessing __sentry__ would sometimes cause errors on
certain code paths.

1.7.4

------

* Fixed a bug with potential recursion issues.
* Fixed a bug with the storage API and unicode keys.

Page 165 of 223

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.