Sentry

Latest version: v23.7.1

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

Scan your dependencies

Page 187 of 223

0.29.1

**Features**:

- Users of `TransactionContext` may now add `custom` context to it. This may be used by `traces_sampler` to decide sampling rates on a per-transaction basis. ([512](https://github.com/getsentry/sentry-rust/pull/512))

**Fixes**:

- Correctly strip crates hashes for v0 symbol mangling. ([525](https://github.com/getsentry/sentry-rust/pull/525))

**Internal**:

- Simplify `Hub::run` and `SentryFuture` by using a scope-guard for `Hub` switching. ([524](https://github.com/getsentry/sentry-rust/pull/524), [#529](https://github.com/getsentry/sentry-rust/pull/529))

**Thank you**:

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

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

0.29.0

**Features**:

- Allow `traces_sampler` to inspect well known properties of `TransactionContext` ([514](https://github.com/getsentry/sentry-rust/pull/514))

0.28.1

Fixes

- Fixed conflicting default name for scriptable options configuration scripts ([1146](https://github.com/getsentry/sentry-unity/pull/1146))
- Made inlined helpers on the macOS bridge static ([1148](https://github.com/getsentry/sentry-unity/pull/1148))

Dependencies

- Bump Java SDK from v6.11.0 to v6.12.1 ([1143](https://github.com/getsentry/sentry-unity/pull/1143))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6121)
- [diff](https://github.com/getsentry/sentry-java/compare/6.11.0...6.12.1)
- Bump .NET SDK from v3.26.0 to v3.26.2 ([1142](https://github.com/getsentry/sentry-unity/pull/1142), [#1152](https://github.com/getsentry/sentry-unity/pull/1152))
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#3262)
- [diff](https://github.com/getsentry/sentry-dotnet/compare/3.26.0...3.26.2)

0.28.0

Breaking Changes

- Fixed the SDK creating warnings before initializing when loading the options.
- `Sentry.Unity.ScriptableOptionsConfiguration` changed to `SentryRuntimeOptionsConfiguration`
- and `Sentry.Unity.Editor.ScriptableOptionsConfiguration` changed to `SentryBuildtimeOptionsConfiguration`
If you make use of the programmatic configuration, you will need to update your implementation with those base classes ([1128](https://github.com/getsentry/sentry-unity/pull/1128))

Fixes

- Removed build GUID from automated release creation to keep events from different layers in the same release ([1127](https://github.com/getsentry/sentry-unity/pull/1127))
- Fixed an issue related to the IL2CPP line number feature where a C exception could lead to a crash ([1126](https://github.com/getsentry/sentry-unity/pull/1126))
- No longer log warnings about missing IL2CPP methods when running in the Editor ([1132](https://github.com/getsentry/sentry-unity/pull/1132))

Features

- Mono PDB files upload during build ([1106](https://github.com/getsentry/sentry-unity/pull/1106))

Dependencies

- Bump Java SDK from v6.9.1 to v6.11.0 ([1107](https://github.com/getsentry/sentry-unity/pull/1107), [#1122](https://github.com/getsentry/sentry-unity/pull/1122), [#1133](https://github.com/getsentry/sentry-unity/pull/1133))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6110)
- [diff](https://github.com/getsentry/sentry-java/compare/6.9.1...6.11.0)
- Bump Native SDK from v0.5.2 to v0.5.3 ([1109](https://github.com/getsentry/sentry-unity/pull/1109))
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#053)
- [diff](https://github.com/getsentry/sentry-native/compare/0.5.2...0.5.3)
- Bump Cocoa SDK from v7.31.3 to v7.31.5 ([1115](https://github.com/getsentry/sentry-unity/pull/1115), [#1129](https://github.com/getsentry/sentry-unity/pull/1129))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/8.0.0/CHANGELOG.md#7315)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.31.3...7.31.5)
- Bump .NET SDK from v3.24.0 to v3.26.0 ([1121](https://github.com/getsentry/sentry-unity/pull/1121), [#1137](https://github.com/getsentry/sentry-unity/pull/1137))
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#3260)
- [diff](https://github.com/getsentry/sentry-dotnet/compare/3.24.0...3.26.0)
- Bump CLI from v2.10.0 to v2.11.0 ([1124](https://github.com/getsentry/sentry-unity/pull/1124))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2110)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.10.0...2.11.0)

0.27.0

Features

- Added missing SDK closing functionality ([1092](https://github.com/getsentry/sentry-unity/pull/1092))

Fixes

- Fixed logging for automated debug symbol upload for iOS ([1091](https://github.com/getsentry/sentry-unity/pull/1091))

Dependencies

- Bump Cocoa SDK from v7.30.2 to v7.31.3 ([1079](https://github.com/getsentry/sentry-unity/pull/1079), [#1082](https://github.com/getsentry/sentry-unity/pull/1082), [#1089](https://github.com/getsentry/sentry-unity/pull/1089), [#1097](https://github.com/getsentry/sentry-unity/pull/1097))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7313)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.30.2...7.31.3)
- Bump CLI from v2.8.1 to v2.10.0 ([1080](https://github.com/getsentry/sentry-unity/pull/1080), [#1101](https://github.com/getsentry/sentry-unity/pull/1101))
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2100)
- [diff](https://github.com/getsentry/sentry-cli/compare/2.8.1...2.10.0)
- Bump .NET SDK from v3.23.1 to v3.24.0 ([1090](https://github.com/getsentry/sentry-unity/pull/1090))
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#3240)
- [diff](https://github.com/getsentry/sentry-dotnet/compare/3.23.1...3.24.0)
- Bump Java SDK from v6.7.0 to v6.9.1 ([1083](https://github.com/getsentry/sentry-unity/pull/1083), [#1088](https://github.com/getsentry/sentry-unity/pull/1088), [#1098](https://github.com/getsentry/sentry-unity/pull/1098))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#691)
- [diff](https://github.com/getsentry/sentry-java/compare/6.7.0...6.9.1)

0.26.0

Features

- Added Unity version to event context ([1072](https://github.com/getsentry/sentry-unity/pull/1072))
- Add build-time `ScriptableOptionsConfiguration` scripting interface to support changing settings for native integrations and CLI ([1046](https://github.com/getsentry/sentry-unity/pull/1046))

Fixes

- Auto Instrumentation now correctly resolves prebuilt assemblies ([1066](https://github.com/getsentry/sentry-unity/pull/1066))
- Newly created `ScriptableOptionsConfiguration` script not being set in editor window UI ([1046](https://github.com/getsentry/sentry-unity/pull/1046))

Dependencies

- Bump Cocoa SDK from v7.30.1 to v7.30.2 ([1075](https://github.com/getsentry/sentry-unity/pull/1075))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7302)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.30.1...7.30.2)

Page 187 of 223

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.