Skip to content

Commit a580654

Browse files
author
getsentry-bot
committed
release 4.0.0-beta.6
1 parent 03b6a21 commit a580654

79 files changed

Lines changed: 180 additions & 64 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## 4.0.0-beta.6
4+
5+
### Various fixes & improvements
6+
7+
- chore: update modules/sentry-java to 8.26.0 (#2419) by @github-actions
8+
- chore: update modules/sentry-cli.properties to 2.58.2 (#2418) by @github-actions
9+
10+
## Fixes
11+
12+
- Fixed race conditions that could cause crashes when targeting Android, especially in concurrent scenarios. The ThreadPool used to sync scope to the native layer could prematurely detach threads from the JVM. This is solved by using a dedicated background worker thread that properly manages JNI lifecycle. ([#2426](https://github.com/getsentry/sentry-unity/pull/2426))
13+
14+
### Bump to Sentry SDK for .NET v6.0.0-rc.1
15+
16+
#### Features
17+
18+
- The SDK now provides an `IsSessionActive` property to allow checking the session state ([#4662](https://github.com/getsentry/sentry-dotnet/pull/4662))
19+
- Implemented instance isolation so that multiple instances of the Sentry SDK can be instantiated inside the same process when using the Caching Transport ([#4498](https://github.com/getsentry/sentry-dotnet/pull/4498))
20+
21+
#### Fixes
22+
23+
- Fixed memory leak when finishing an unsampled Transaction that has started unsampled Spans ([#4717](https://github.com/getsentry/sentry-dotnet/pull/4717))
24+
- The SDK now avoids redundant scope sync after transaction finish ([#4623](https://github.com/getsentry/sentry-dotnet/pull/4623))
25+
26+
### Dependencies
27+
28+
- Bump Java SDK from v8.25.0 to v8.26.0 ([#2419](https://github.com/getsentry/sentry-unity/pull/2419))
29+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8260)
30+
- [diff](https://github.com/getsentry/sentry-java/compare/8.25.0...8.26.0)
31+
- Bump CLI from v2.58.1 to v2.58.2 ([#2418](https://github.com/getsentry/sentry-unity/pull/2418))
32+
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2582)
33+
- [diff](https://github.com/getsentry/sentry-cli/compare/2.58.1...2.58.2)
34+
- Bump Cocoa SDK from v8.57.2 to v8.57.3 ([#4704](https://github.com/getsentry/sentry-dotnet/pull/4704), [#4738](https://github.com/getsentry/sentry-dotnet/pull/4738))
35+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8573)
36+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.57.2...8.57.3)
37+
338
## 4.0.0-beta.5
439

540
### Features

Editor.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editor/Sentry.Microsoft.Extensions.FileSystemGlobbing.dll.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editor/Sentry.Mono.Cecil.Mdb.dll.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editor/Sentry.Mono.Cecil.Pdb.dll.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editor/Sentry.Mono.Cecil.Rocks.dll.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editor/Sentry.Mono.Cecil.dll.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editor/Sentry.Unity.Editor.dll

0 Bytes
Binary file not shown.

Editor/iOS.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)