Skip to content

Commit 9e8c58f

Browse files
committed
Merge branch 'main' into feat/4.0.0
2 parents 0ea0f0a + 62e90d4 commit 9e8c58f

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ There are some functional differences when publishing Native AOT:
167167
- Upgraded to NLog version 5. ([#2697](https://github.com/getsentry/sentry-dotnet/pull/2697))
168168
- Integrate `sentry-native` as a static library in Native AOT builds to enable symbolication. ([#2704](https://github.com/getsentry/sentry-dotnet/pull/2704))
169169

170-
## Unreleased - 3.x
170+
## 3.41.1
171171

172172
### Fixes
173173

@@ -176,9 +176,9 @@ There are some functional differences when publishing Native AOT:
176176

177177
### Dependencies
178178

179-
- Bump Cocoa SDK from v8.15.0 to v8.15.2 ([#2812](https://github.com/getsentry/sentry-dotnet/pull/2812), [#2816](https://github.com/getsentry/sentry-dotnet/pull/2816))
180-
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8152)
181-
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.15.0...8.15.2)
179+
- Bump Cocoa SDK from v8.15.0 to v8.16.0 ([#2812](https://github.com/getsentry/sentry-dotnet/pull/2812), [#2816](https://github.com/getsentry/sentry-dotnet/pull/2816), [#2882](https://github.com/getsentry/sentry-dotnet/pull/2882))
180+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8160)
181+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.15.0...8.16.0)
182182
- Bump CLI from v2.21.2 to v2.21.5 ([#2811](https://github.com/getsentry/sentry-dotnet/pull/2811), [#2834](https://github.com/getsentry/sentry-dotnet/pull/2834), [#2851](https://github.com/getsentry/sentry-dotnet/pull/2851))
183183
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2215)
184184
- [diff](https://github.com/getsentry/sentry-cli/compare/2.21.2...2.21.5)

modules/sentry-cocoa

Submodule sentry-cocoa updated 120 files

src/Sentry.Bindings.Cocoa/ApiDefinitions.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -882,6 +882,10 @@ interface SentryOptions
882882
// @property (assign, nonatomic) BOOL swiftAsyncStacktraces;
883883
[Export ("swiftAsyncStacktraces")]
884884
bool SwiftAsyncStacktraces { get; set; }
885+
886+
// @property (copy, nonatomic) NSString * _Nonnull cacheDirectoryPath;
887+
[Export ("cacheDirectoryPath")]
888+
string CacheDirectoryPath { get; set; }
885889
}
886890

887891
// @protocol SentryIntegrationProtocol <NSObject>

0 commit comments

Comments
 (0)