Sentry

Latest version: v23.7.1

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

Scan your dependencies

Page 188 of 223

0.25.1

Fixes

- Resolved conflicting dependencies for Mono.Cecil ([1064](https://github.com/getsentry/sentry-unity/pull/1064))

Dependencies

- Bump .NET SDK from v3.23.0 to v3.23.1 ([1062](https://github.com/getsentry/sentry-unity/pull/1062))
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#3231)
- [diff](https://github.com/getsentry/sentry-dotnet/compare/3.23.0...3.23.1)
- Bump CLI from v2.8.0 to v2.8.1 ([1061](https://github.com/getsentry/sentry-unity/pull/1061))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#281)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.8.0...2.8.1)
- Bump Cocoa SDK from v7.29.0 to v7.30.1 ([1067](https://github.com/getsentry/sentry-unity/pull/1067), [#1069](https://github.com/getsentry/sentry-unity/pull/1069))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7301)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/v7.29.0...7.30.1)
- Bump Java SDK from v6.6.0 to v6.7.0 ([1070](https://github.com/getsentry/sentry-unity/pull/1070))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#670)
- [diff](https://github.com/getsentry/sentry-java/compare/6.6.0...6.7.0)

0.25.0

Fixes

- Removing Sentry.framework from being copied as ResourceBundle ([1056](https://github.com/getsentry/sentry-unity/pull/1056))

Features

- Automated Performance Instrumentation for MonoBehaviour.Awake methods ([998](https://github.com/getsentry/sentry-unity/pull/998))

Dependencies

- Bump Java SDK from v6.5.0 to v6.6.0 ([1042](https://github.com/getsentry/sentry-unity/pull/1042))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#660)
- [diff](https://github.com/getsentry/sentry-java/compare/6.5.0...6.6.0)
- Bump .NET SDK from v3.22.0 to v3.23.0 ([1054](https://github.com/getsentry/sentry-unity/pull/1054))
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#3230)
- [diff](https://github.com/getsentry/sentry-dotnet/compare/3.22.0...3.23.0)

0.24.3

**Features**:

- Added `ureq` transport support. ([419](https://github.com/getsentry/sentry-rust/pull/419))
- Added `GpuContext` to the `Context`. ([428](https://github.com/getsentry/sentry-rust/pull/428))

**Fixes**:

- Remove unused `serde_json` feature from `curl` dependency. ([420](http://github.com/getsentry/sentry-rust/pull/420))
- `sentry-tracing`: When converting a `tracing` event to a `sentry` event, don't create an exception if the original event doesn't have one ([423](https://github.com/getsentry/sentry-rust/pull/423))
- `sentry-tracing`: Add line numbers and tags into custom Contexts sections. ([430](http://github.com/getsentry/sentry-rust/pull/430))

**Thank you**:

Features, fixes and improvements in this release have been contributed by:

- [MarijnS95](https://github.com/MarijnS95)

0.24.2

**Fixes**:

- Make sure `sentry-core` compiler without the `client` feature. ([416](https://github.com/getsentry/sentry-rust/pull/416))
- Fix incorrect wrapping of Service Futures in `sentry-tower` that could lead to memory leaks combined with the Http Service. ([417](https://github.com/getsentry/sentry-rust/pull/417))

0.24.1

**Breaking Changes**:

- The minimum supported Rust version was bumped to **1.53.0** due to requirements from dependencies.
- The `backtrace` feature of `sentry-anyhow` is enabled by default. ([362](https://github.com/getsentry/sentry-rust/pull/362))
- The `tracing-subscriber` dependency of `sentry-tracing` has been bumped to version `0.3.x`. ([377](https://github.com/getsentry/sentry-rust/pull/377))
- `Scope::add_event_processor` now takes a generic parameter instead of a boxed function.([380](https://github.com/getsentry/sentry-rust/pull/380))
- The new performance monitoring APIs required changes to a few `protocol` types.
- A few more constructors are now decorated with `[must_use]`.
- Usage of `chrono` in public API types was removed in favor of `SystemTime`. ([409](https://github.com/getsentry/sentry-rust/pull/409))

**Features**:

- Added manual APIs for performance monitoring and span/transaction collection. ([395](https://github.com/getsentry/sentry-rust/pull/395))
- Added span/transaction collection to `sentry-tracing`. ([350](https://github.com/getsentry/sentry-rust/pull/350), [#400](https://github.com/getsentry/sentry-rust/pull/400))
- Added a new crate `sentry-tower` and feature `tower` that enables integration with `tower`. ([356](https://github.com/getsentry/sentry-rust/pull/356))
- The new `sentry-tower` crate has a `http` feature which can be used to log request details and start new performance monitoring spans based on incoming distributed tracing headers. ([397](https://github.com/getsentry/sentry-rust/pull/397))
- Similarly, the `sentry-actix` integration also has the ability to start new performance monitoring spans based on incoming distributed tracing headers. ([411](https://github.com/getsentry/sentry-rust/pull/411))
- Added a new feature `surf-h1` for using `surf` with the h1 client. ([357](https://github.com/getsentry/sentry-rust/pull/357))
- Added support for `Span::record` to `sentry-tracing`. ([364](https://github.com/getsentry/sentry-rust/pull/364))
- Errors captured in the `tracing` integration are being reported as sentry Exceptions. ([412](https://github.com/getsentry/sentry-rust/pull/412))
- Added Windows support for debug images. ([366](https://github.com/getsentry/sentry-rust/pull/366))

**Fixes**:

- The `tokio` dependency is now only required for the `curl`, `reqwest`, and `surf` features. ([363](https://github.com/getsentry/sentry-rust/pull/363))
- The rate limiting implementation was updated to follow the expected behavior. ([410](https://github.com/getsentry/sentry-rust/pull/410))

**Thank you**:

Features, fixes and improvements in this release have been contributed by:

- [Tuetuopay](https://github.com/Tuetuopay)
- [zryambus](https://github.com/zryambus)
- [Jasper-Bekkers](https://github.com/Jasper-Bekkers)
- [danielnelson](https://github.com/danielnelson)
- [leops](https://github.com/leops)
- [Turbo87](https://github.com/Turbo87)
- [DmitrySamoylov](https://github.com/DmitrySamoylov)
- [seanpianka](https://github.com/seanpianka)

0.24.0

Fixes

- Disabled Android lifecycle breadcrumbs ([1038](https://github.com/getsentry/sentry-unity/pull/1038))
- Additional IL2CPP arguments get added only once ([997](https://github.com/getsentry/sentry-unity/pull/997))
- Releasing temp render texture after capturing a screenshot ([983](https://github.com/getsentry/sentry-unity/pull/983))
- Automatic screenshot mirroring on select devices. ([1019](https://github.com/getsentry/sentry-unity/pull/1019))
- Hide `StackTraceMode` from options to avoid accidental errors when used with IL2CPP ([1033](https://github.com/getsentry/sentry-unity/pull/1033))

Features

- Added flags per LogType for automatically adding breadcrumbs ([1030](https://github.com/getsentry/sentry-unity/pull/1030))
- The Cocoa SDK is now bundled as `.xcframework` ([1002](https://github.com/getsentry/sentry-unity/pull/1002))
- Automated Performance Instrumentation for Runtime Initialization ([991](https://github.com/getsentry/sentry-unity/pull/991))
- Automated Performance Instrumentation for Scene Loading ([768](https://github.com/getsentry/sentry-unity/pull/768))

Dependencies

- Bump Java SDK from v6.4.1 to v6.5.0 ([980](https://github.com/getsentry/sentry-unity/pull/980), [#1005](https://github.com/getsentry/sentry-unity/pull/1005), [#1011](https://github.com/getsentry/sentry-unity/pull/1011))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#650)
- [diff](https://github.com/getsentry/sentry-java/compare/6.4.1...6.5.0)
- Bump CLI from v2.5.2 to v2.8.0 ([986](https://github.com/getsentry/sentry-unity/pull/986), [#999](https://github.com/getsentry/sentry-unity/pull/999), [#1043](https://github.com/getsentry/sentry-unity/pull/1043))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#280)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.5.2...2.8.0)
- Bump Cocoa SDK from v7.25.1 to v7.29.0 ([988](https://github.com/getsentry/sentry-unity/pull/988), [#996](https://github.com/getsentry/sentry-unity/pull/996), [#1004](https://github.com/getsentry/sentry-unity/pull/1004), [#1016](https://github.com/getsentry/sentry-unity/pull/1016), [#1041](https://github.com/getsentry/sentry-unity/pull/1041))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7290)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.25.1...7.29.0)
- Bump .NET SDK from v3.21.0 to v3.22.0 ([1008](https://github.com/getsentry/sentry-unity/pull/1008))
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#3220)
- [diff](https://github.com/getsentry/sentry-dotnet/compare/3.21.0...3.22.0)
- Bump Native SDK from v0.5.0 to v0.5.2 ([1022](https://github.com/getsentry/sentry-unity/pull/1022), [#1032](https://github.com/getsentry/sentry-unity/pull/1032))
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#052)
- [diff](https://github.com/getsentry/sentry-native/compare/0.5.0...0.5.2)

Page 188 of 223

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.