Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CHANGELOG-v9.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

### Breaking Changes

Removes deprecated SentryDebugImageProvider class (#5598)
Makes app hang tracking V2 the default and removes the option to enable/disable it (#5615)
Removes public SentrySerializable conformance from many public models (#5636, #5840, #5982)
Removes `integrations` property from `SentryOptions` (#5749)
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- Removes deprecated getStoreEndpoint (#5591)
- Removes deprecated useSpan function (#5591)
- The `span` property on `SentryScope` is now readonly (#5866)
- Removes deprecated SentryDebugImageProvider class (#5598)
- Removes segment property on SentryUser, SentryBaggage, and SentryTraceContext (#5638)
- Removes deprecated TraceContext initializers (#6348)
- Removes deprecated user feedback API, this is replaced with the new feedback API (#5591)
Expand Down
4 changes: 0 additions & 4 deletions Sentry.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@
7BA235632600B61200E12865 /* SentryInternalNotificationNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BA235622600B61200E12865 /* SentryInternalNotificationNames.h */; };
7BA61CAD247BAA0B00C130A8 /* SentryDebugImageProviderInternal.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA61CAC247BAA0B00C130A8 /* SentryDebugImageProviderInternal.m */; };
7BA61CAF247BBF3C00C130A8 /* SentryDebugImageProviderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BA61CAE247BBF3C00C130A8 /* SentryDebugImageProviderTests.swift */; };
7BA61CB4247BC3EB00C130A8 /* SentryCrashBinaryImageProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BA61CB3247BC3EB00C130A8 /* SentryCrashBinaryImageProvider.h */; };
7BA61CBF247CEA8100C130A8 /* SentryFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BA61CBE247CEA8100C130A8 /* SentryFormatter.h */; settings = {ATTRIBUTES = (Private, ); }; };
7BA61CC8247D125400C130A8 /* SentryDefaultThreadInspector.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BA61CC7247D125400C130A8 /* SentryDefaultThreadInspector.h */; };
7BA61CCA247D128B00C130A8 /* SentryDefaultThreadInspector.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA61CC9247D128B00C130A8 /* SentryDefaultThreadInspector.m */; };
Expand Down Expand Up @@ -1765,7 +1764,6 @@
7BA235622600B61200E12865 /* SentryInternalNotificationNames.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryInternalNotificationNames.h; path = include/SentryInternalNotificationNames.h; sourceTree = "<group>"; };
7BA61CAC247BAA0B00C130A8 /* SentryDebugImageProviderInternal.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryDebugImageProviderInternal.m; sourceTree = "<group>"; };
7BA61CAE247BBF3C00C130A8 /* SentryDebugImageProviderTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryDebugImageProviderTests.swift; sourceTree = "<group>"; };
7BA61CB3247BC3EB00C130A8 /* SentryCrashBinaryImageProvider.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryCrashBinaryImageProvider.h; path = include/SentryCrashBinaryImageProvider.h; sourceTree = "<group>"; };
7BA61CBE247CEA8100C130A8 /* SentryFormatter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryFormatter.h; path = include/HybridPublic/SentryFormatter.h; sourceTree = "<group>"; };
7BA61CC7247D125400C130A8 /* SentryDefaultThreadInspector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryDefaultThreadInspector.h; path = include/SentryDefaultThreadInspector.h; sourceTree = "<group>"; };
7BA61CC9247D128B00C130A8 /* SentryDefaultThreadInspector.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryDefaultThreadInspector.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -2887,7 +2885,6 @@
6344DDB31EC309E000D9160D /* SentryCrashReportSink.m */,
6344DDB71EC3115C00D9160D /* SentryCrashReportConverter.h */,
6344DDB81EC3115C00D9160D /* SentryCrashReportConverter.m */,
7BA61CB3247BC3EB00C130A8 /* SentryCrashBinaryImageProvider.h */,
7BA61CAC247BAA0B00C130A8 /* SentryDebugImageProviderInternal.m */,
6273513E2CBD14970021D100 /* SentryDebugImageProviderInternal.h */,
7BA61CBE247CEA8100C130A8 /* SentryFormatter.h */,
Expand Down Expand Up @@ -5274,7 +5271,6 @@
6344DDB01EC308E400D9160D /* SentryCrashInstallationReporter.h in Headers */,
7B5CAF7527F5A67C00ED0DB6 /* SentryNSURLRequestBuilder.h in Headers */,
63FE70ED20DA4C1000CDBAE8 /* SentryCrashMonitor_NSException.h in Headers */,
7BA61CB4247BC3EB00C130A8 /* SentryCrashBinaryImageProvider.h in Headers */,
63FE713D20DA4C1100CDBAE8 /* SentryAsyncSafeLog.h in Headers */,
D43A2A102DD47FB700114724 /* SentryWeakMap.h in Headers */,
D8A3649D2C91AA3300AC569B /* SentryReplayApi.h in Headers */,
Expand Down
27 changes: 0 additions & 27 deletions Sources/Sentry/include/SentryCrashBinaryImageProvider.h

This file was deleted.

16 changes: 0 additions & 16 deletions Sources/Sentry/include/SentryCrashDynamicLinker.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,22 +63,6 @@ typedef struct {
uintptr_t size;
} SentrySegmentAddress;

#if !SDK_V9
/** Get the number of loaded binary images.
*/
int sentrycrashdl_imageCount(void);

/** Get information about a binary image.
*
* @param index The binary index.
*
* @param buffer A structure to hold the information.
*
* @return True if the image was successfully queried.
*/
bool sentrycrashdl_getBinaryImage(int index, SentryCrashBinaryImage *buffer, bool isCrash);
#endif // !SDK_V9

/** Get information about a binary image based on mach_header.
*
* @param header_ptr The pointer to mach_header of the image.
Expand Down
1 change: 0 additions & 1 deletion Tests/SentryTests/SentryTests-Bridging-Header.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
#import "SentryCoreDataTrackingIntegration.h"
#import "SentryCrash+Test.h"
#import "SentryCrashBinaryImageCache.h"
#import "SentryCrashBinaryImageProvider.h"
#import "SentryCrashC.h"
#import "SentryCrashCachedData.h"
#import "SentryCrashCxaThrowSwapper.h"
Expand Down
Loading