Skip to content

Commit b40a2a8

Browse files
github-actions[bot]web-flowjamescrosswell
authored
chore(deps): update Cocoa SDK to v8.36.0 (#3575)
* chore: update modules/sentry-cocoa to 8.36.0 * Update ApiDefinitions.cs --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: James Crosswell <[email protected]>
1 parent ed6b8e0 commit b40a2a8

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
### Dependencies
66

7-
- Bump Cocoa SDK from v8.35.0 to v8.35.1 ([#3570](https://github.com/getsentry/sentry-dotnet/pull/3570))
8-
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8351)
9-
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.35.0...8.35.1)
7+
- Bump Cocoa SDK from v8.35.0 to v8.36.0 ([#3570](https://github.com/getsentry/sentry-dotnet/pull/3570), [#3575](https://github.com/getsentry/sentry-dotnet/pull/3575))
8+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8360)
9+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.35.0...8.36.0)
1010

1111
## 4.10.2
1212

src/Sentry.Bindings.Cocoa/ApiDefinitions.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1814,6 +1814,16 @@ interface SentrySDK
18141814
[Static]
18151815
[Export ("replayIgnoreView:")]
18161816
void ReplayIgnoreView (UIView view);
1817+
1818+
// +(void)startProfiler;
1819+
[Static]
1820+
[Export ("startProfiler")]
1821+
void StartProfiler ();
1822+
1823+
// +(void)stopProfiler;
1824+
[Static]
1825+
[Export ("stopProfiler")]
1826+
void StopProfiler ();
18171827
}
18181828

18191829
// @interface SentrySamplingContext : NSObject

0 commit comments

Comments
 (0)