Sentry

Latest version: v23.7.1

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

Scan your dependencies

Page 15 of 223

8.7.4

Fixes

- Changed `Trace` serialized value of `sampled` from string to boolean (3067)

Breaking Changes

- Removed `nameForSentrySampleDecision` which shouldn't have been public (3067)

8.7.3

Fixes

- Convert one of the two remaining usages of `sprintf` to `snprintf` (2866)
- Fix use-after-free ASAN warning (3042)
- Fix memory leaks in the profiler (3055, 3061)

8.7.2

Fixed

- Fix crashes in profiling serialization race condition (3018, 3035)
- Fix a crash for user interaction transactions (3036)

8.7.1

Fixes

- Add `sent_at` to envelope header (2859)
- Fix import of `User` & `Breadcrumb` (3017)

8.7

----

- Removed "Replay Request" feature.
- Upgraded underlying redis library to resolve some networking issues.
- Added support for minified React exceptions.

Schema Changes
~~~~~~~~~~~~~~

- Remove index ``GroupTagValue(project_id)``.
- Added ``Rule.status`` column.
- Added ``GroupRelease`` model.
- Added ``Environment`` model.
- Added ``ReleaseEnvironment`` model.

8.7.0

Not secure
Features

- Allow starting the SDK with an initial scope (2982)
- Swift Error Names (2960)

Swift
enum LoginError: Error {
case wrongUser(id: String)
case wrongPassword
}

SentrySDK.capture(error: LoginError.wrongUser("12345678"))


For the Swift error above Sentry displays:

| sentry-cocoa SDK | Title | Description |
| ----------- | ----------- | ----------- |
| Since 8.7.0 | `LoginError` | `wrongUser(id: "12345678") (Code: 1)` |
| Before 8.7.0 | `LoginError` | `Code: 1` |

[Customized error descriptions](https://docs.sentry.io/platforms/apple/usage/#customizing-error-descriptions) have precedence over this feature.
This change has no impact on grouping of the issues in Sentry.

Fixes

- Propagate span when copying scope (2952)
- Remove "/" from crash report file name (3005)

Page 15 of 223

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.