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
4 changes: 0 additions & 4 deletions Sentry.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@
7B3B473025D6CBFC00D01640 /* SentryNSError.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B3B472F25D6CBFC00D01640 /* SentryNSError.h */; settings = {ATTRIBUTES = (Public, ); }; };
7B3B473825D6CC7E00D01640 /* SentryNSError.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B3B473725D6CC7E00D01640 /* SentryNSError.m */; };
7B3B473E25D6CEA500D01640 /* SentryNSErrorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B3B473D25D6CEA500D01640 /* SentryNSErrorTests.swift */; };
7B42C48027E08F33009B58C2 /* SentryDependencyContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B42C47F27E08F33009B58C2 /* SentryDependencyContainer.h */; settings = {ATTRIBUTES = (Private, ); }; };
7B4D308A26FC616B00C94DE9 /* SentryHttpTransportTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4D308926FC616B00C94DE9 /* SentryHttpTransportTests.swift */; };
7B4E23B6251A07BD00060D68 /* SentryDispatchQueueWrapperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4E23B5251A07BD00060D68 /* SentryDispatchQueueWrapperTests.swift */; };
7B4E23BE251A2BD500060D68 /* SentryCrashIntegrationSessionHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B4E23BD251A2BD500060D68 /* SentryCrashIntegrationSessionHandler.h */; };
Expand Down Expand Up @@ -1665,7 +1664,6 @@
7B3B472F25D6CBFC00D01640 /* SentryNSError.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryNSError.h; path = Public/SentryNSError.h; sourceTree = "<group>"; };
7B3B473725D6CC7E00D01640 /* SentryNSError.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryNSError.m; sourceTree = "<group>"; };
7B3B473D25D6CEA500D01640 /* SentryNSErrorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryNSErrorTests.swift; sourceTree = "<group>"; };
7B42C47F27E08F33009B58C2 /* SentryDependencyContainer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentryDependencyContainer.h; path = include/HybridPublic/SentryDependencyContainer.h; sourceTree = "<group>"; };
7B4C817124D1BC2B0076ACE4 /* SentryFileManager+Test.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SentryFileManager+Test.h"; sourceTree = "<group>"; };
7B4D308926FC616B00C94DE9 /* SentryHttpTransportTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryHttpTransportTests.swift; sourceTree = "<group>"; };
7B4E23AE2519E13800060D68 /* SentryCrashIntegration+TestInit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SentryCrashIntegration+TestInit.h"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -2962,7 +2960,6 @@
D8BD2E67293619F600D96C6A /* PrivatesHeader.h */,
63AA769B1EB9C57A00D153DE /* SentryError.h */,
63AA769C1EB9C57A00D153DE /* SentryError.mm */,
7B42C47F27E08F33009B58C2 /* SentryDependencyContainer.h */,
636085111ED47BE600E8599E /* SentryFileManagerHelper.h */,
FA3734832E0F07A20091EF24 /* SentryDependencyContainerSwiftHelper.h */,
FA3734852E0F092F0091EF24 /* SentryDependencyContainerSwiftHelper.m */,
Expand Down Expand Up @@ -5305,7 +5302,6 @@
7B4E24FC251C97B500060D68 /* SentrySessionInternal.h in Headers */,
D8B665BC2B95F73200BD0E7B /* SentryPrivate.h in Headers */,
7B7D872C2486480B00D2ECFF /* SentryStacktraceBuilder.h in Headers */,
7B42C48027E08F33009B58C2 /* SentryDependencyContainer.h in Headers */,
6334314120AD9AE40077E581 /* SentryMechanism.h in Headers */,
03F84D2827DD414C008FE43F /* SentryCPU.h in Headers */,
843FB3242D0CD04D00558F18 /* SentryUserAccess.h in Headers */,
Expand Down
1 change: 0 additions & 1 deletion SentryTestUtils/SentryProfilerMocksSwiftCompatible.mm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#if SENTRY_TARGET_PROFILING_SUPPORTED

# import "SentryDependencyContainer.h"
# import "SentryProfilerMocks.h"
# import "SentryProfilerState+ObjCpp.h"
# import "SentrySwift.h"
Expand Down
1 change: 0 additions & 1 deletion SentryTestUtils/SentryTestUtils-ObjC-BridgingHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#import "SentryCrashInstallation+Private.h"
#import "SentryCrashMonitor_MachException.h"
#import "SentryDefaultThreadInspector.h"
#import "SentryDependencyContainer.h"
#import "SentryFileManager+Test.h"
#import "SentryFileManagerHelper.h"
#import "SentryHub+Private.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Resources/Sentry.modulemap
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ framework module Sentry {
header "PrivatesHeader.h"
header "SentryAppStartMeasurement.h"
header "SentryBreadcrumb+Private.h"
header "SentryDependencyContainer.h"
header "SentryFormatter.h"
header "SentryOptionsInternal.h"
header "SentrySwizzle.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/PrivateSentrySDKOnly.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#import "SentrySwift.h"
#import "SentryUser+Private.h"
#import <SentryBreadcrumb.h>
#import <SentryDependencyContainer.h>
#import <SentryScope+Private.h>
#import <SentryUser.h>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#import "SentryWatchdogTerminationBreadcrumbProcessor.h"
#import "SentryDependencyContainer.h"
#import "SentryInternalDefines.h"
#import "SentryLogC.h"
#import "SentrySerialization.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/Profiling/SentryLaunchProfiling.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#if SENTRY_TARGET_PROFILING_SUPPORTED

# import "SentryContinuousProfiler.h"
# import "SentryDependencyContainer.h"
# import "SentryFileManagerHelper.h"
# import "SentryInternalDefines.h"
# import "SentryLaunchProfiling.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# import "SentryProfiler+Private.h"
# include <mutex>

# import "SentryDependencyContainer.h"
# import "SentryEvent+Private.h"
# import "SentryHub+Private.h"
# import "SentryInternalDefines.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/Profiling/SentryProfilerSerialization.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

# import "SentryClient+Private.h"
# import "SentryDateUtils.h"
# import "SentryDependencyContainer.h"
# import "SentryDevice.h"
# import "SentryEnvelopeItemHeader.h"
# import "SentryEvent+Private.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/Profiling/SentryProfilingSwiftHelpers.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#import "SentryProfilingSwiftHelpers.h"
#if SENTRY_TARGET_PROFILING_SUPPORTED

# import "SentryDependencyContainer.h"
# import "SentryLogC.h"
# import "SentryOptions+Private.h"
# import "SentryProfiler+Private.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryANRTrackerV1.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#import "SentryANRTrackerV1.h"
#import "SentryANRTrackerInternalDelegate.h"
#import "SentryDependencyContainer.h"
#import "SentryLogC.h"
#import "SentrySwift.h"
#import <stdatomic.h>
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryANRTrackerV2.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

# import "SentryANRStoppedResultInternal.h"
# import "SentryANRTrackerInternalDelegate.h"
# import "SentryDependencyContainer.h"
# import "SentryLogC.h"
# import "SentrySwift.h"
# import "SentryTime.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryANRTrackingIntegration.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#import "SentryANRTrackingIntegration.h"
#import "SentryCrashMachineContext.h"
#import "SentryDependencyContainer.h"
#import "SentryEvent.h"
#import "SentryException.h"
#import "SentryHub+Private.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryAppStartTracker.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# import "SentryDefines.h"
# import "SentryLogC.h"
# import <PrivateSentrySDKOnly.h>
# import <SentryDependencyContainer.h>
# import <SentryInternalDefines.h>
# import <SentryInternalNotificationNames.h>
# import <SentryLogC.h>
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryAppStartTrackingIntegration.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# import "SentryOptions.h"
# import "SentrySwift.h"
# import <PrivateSentrySDKOnly.h>
# import <SentryDependencyContainer.h>

@interface SentryAppStartTrackingIntegration ()

Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryAutoBreadcrumbTrackingIntegration.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#import "SentryAutoBreadcrumbTrackingIntegration.h"
#import "SentryBreadcrumbTracker.h"
#import "SentryDependencyContainer.h"
#import "SentryLogC.h"
#import "SentryOptions.h"
#import "SentrySDKInternal.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryAutoSessionTrackingIntegration.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#import "SentryAutoSessionTrackingIntegration.h"
#import "SentryDependencyContainer.h"
#import "SentryLogC.h"
#import "SentryOptions.h"
#import "SentrySDKInternal.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryBaseIntegration.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#import "SentryBaseIntegration.h"
#import "SentryLogC.h"
#import "SentrySwift.h"
#import <SentryDependencyContainer.h>
#import <SentryOptions+Private.h>

NS_ASSUME_NONNULL_BEGIN
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryBreadcrumbTracker.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#import "SentryBreadcrumbDelegate.h"
#import "SentryClient.h"
#import "SentryDefines.h"
#import "SentryDependencyContainer.h"
#import "SentryHub.h"
#import "SentryInternalDefines.h"
#import "SentryLogC.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryClient.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#import "SentryCrashIntegration.h"
#import "SentryCrashStackEntryMapper.h"
#import "SentryDefaultThreadInspector.h"
#import "SentryDependencyContainer.h"
#import "SentryDeviceContextKeys.h"
#import "SentryDsn.h"
#import "SentryEvent+Private.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryCoreDataTrackingIntegration.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#import "SentryCoreDataSwizzling.h"
#import "SentryCoreDataTracker.h"
#import "SentryDefaultThreadInspector.h"
#import "SentryDependencyContainer.h"
#import "SentryLogC.h"
#import "SentryNSDataSwizzling.h"
#import "SentryOptions.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryCrashExceptionApplicationHelper.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# import "SentryCrash.h"
# import "SentryCrashExceptionApplication.h"
# import "SentryCrashExceptionApplicationHelper.h"
# import "SentryDependencyContainer.h"
# import "SentrySDK+Private.h"
# import "SentrySDKInternal.h"
# import "SentrySwift.h"
Expand Down
5 changes: 2 additions & 3 deletions Sources/Sentry/SentryCrashIntegration.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#import "SentryCrashIntegration.h"
#import "SentryCrashInstallationReporter.h"

#import "SentryCrashC.h"
#import "SentryCrashInstallationReporter.h"
#import "SentryCrashIntegrationSessionHandler.h"
#import "SentryCrashMonitor_CPPException.h"
#include "SentryCrashMonitor_Signal.h"
Expand All @@ -18,7 +17,7 @@
#import "SentryWatchdogTerminationLogic.h"
#import <SentryClient+Private.h>
#import <SentryCrashScopeObserver.h>
#import <SentryDependencyContainer.h>

#import <SentryLogC.h>
#import <SentrySDK+Private.h>

Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryCrashIntegrationSessionHandler.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#import "SentryCrashIntegrationSessionHandler.h"
#import "SentryClient+Private.h"
#import "SentryDependencyContainer.h"
#import "SentryHub.h"
#import "SentryInternalDefines.h"
#import "SentryLogC.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryCrashStackEntryMapper.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#import "SentryCrashStackEntryMapper.h"
#import "SentryDependencyContainer.h"
#import "SentryFormatter.h"
#import "SentryFrame.h"
#import "SentrySwift.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryDebugImageProviderInternal.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#import "SentryCrashDynamicLinker.h"
#import "SentryCrashUUIDConversion.h"
#import "SentryDebugMeta.h"
#import "SentryDependencyContainer.h"
#import "SentryFormatter.h"
#import "SentryFrame.h"
#import "SentryInternalDefines.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryDefaultAppStateManager.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#import "SentryCrashSysCtl.h"
#import "SentryDependencyContainer.h"
#import "SentryNotificationNames.h"
#import <SentryDefaultAppStateManager.h>
#import <SentryOptions.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#if SENTRY_HAS_UIKIT

# import "SentryDependencyContainer.h"
# import "SentryHub.h"
# import "SentryLogC.h"
# import "SentryOptions.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryDelayedFramesTracker.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#if SENTRY_HAS_UIKIT

# import "SentryDelayedFrame.h"
# import "SentryDependencyContainer.h"
# import "SentryInternalCDefines.h"
# import "SentryLogC.h"
# import "SentrySwift.h"
Expand Down
21 changes: 0 additions & 21 deletions Sources/Sentry/SentryDependencyContainerSwiftHelper.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#import "SentryDependencyContainerSwiftHelper.h"
#import "SentryClient+Private.h"
#import "SentryDependencyContainer.h"
#import "SentryHub+Private.h"
#import "SentryOptions+Private.h"
#import "SentrySDK+Private.h"
Expand Down Expand Up @@ -64,31 +63,11 @@ + (void)dispatchSyncOnMainQueue:(void (^)(void))block
[SentryDependencyContainer.sharedInstance.dispatchQueueWrapper dispatchSyncOnMainQueue:block];
}

+ (id<SentryObjCRuntimeWrapper>)objcRuntimeWrapper
{
return SentryDependencyContainer.sharedInstance.objcRuntimeWrapper;
}

+ (SentryHub *)currentHub
{
return SentrySDKInternal.currentHub;
}

+ (nullable NSDictionary *)systemInfo
{
return SentryDependencyContainer.sharedInstance.crashReporter.systemInfo;
}

+ (BOOL)crashedLastLaunch
{
return SentryDependencyContainer.sharedInstance.crashReporter.crashedLastLaunch;
}

+ (NSTimeInterval)activeDurationSinceLastCrash
{
return SentryDependencyContainer.sharedInstance.crashReporter.activeDurationSinceLastCrash;
}

+ (nullable NSDate *)readTimestampLastInForeground
{
SentryHub *hub = [SentrySDKInternal currentHub];
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryEvent.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#import "SentryBreadcrumb.h"
#import "SentryClient.h"
#import "SentryDebugMeta.h"
#import "SentryDependencyContainer.h"
#import "SentryEvent+Private.h"
#import "SentryException.h"
#import "SentryInternalDefines.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryFileIOTrackerHelper.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#import "SentryFileIOTrackerHelper.h"
#import "SentryByteCountFormatter.h"
#import "SentryClient+Private.h"
#import "SentryDependencyContainer.h"
#import "SentryFrame.h"
#import "SentryHub+Private.h"
#import "SentryInternalDefines.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryFileIOTrackingIntegration.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#import "SentryFileIOTrackingIntegration.h"
#import "SentryDependencyContainer.h"
#import "SentryNSDataSwizzling.h"
#import "SentryNSFileManagerSwizzling.h"
#import "SentrySwift.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryFileManagerHelper.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#import "SentryFileManagerHelper.h"
#import "SentryDataCategoryMapper.h"
#import "SentryDateUtils.h"
#import "SentryDependencyContainer.h"
#import "SentryDsn.h"
#import "SentryEnvelopeItemHeader.h"
#import "SentryError.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryFramesTrackingIntegration.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#if SENTRY_HAS_UIKIT

# import "PrivateSentrySDKOnly.h"
# import "SentryDependencyContainer.h"
# import "SentrySwift.h"

NS_ASSUME_NONNULL_BEGIN
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryHttpTransport.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#import "SentryHttpTransport.h"
#import "SentryDataCategory.h"
#import "SentryDataCategoryMapper.h"
#import "SentryDependencyContainer.h"
#import "SentryDiscardReasonMapper.h"
#import "SentryDsn.h"
#import "SentryEnvelopeItemHeader.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryHub.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#import "SentryClient+Private.h"
#import "SentryDependencyContainer.h"
#import "SentryEnvelopeItemHeader.h"
#import "SentryEvent+Private.h"
#import "SentryHub+Private.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryInstallation.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#import "SentryInstallation.h"
#import "SentryDefines.h"
#import "SentryDependencyContainer.h"
#import "SentryLogC.h"
#import "SentrySwift.h"

Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryMetricKitIntegration.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# import <Foundation/Foundation.h>
# import <SentryAttachment.h>
# import <SentryDebugMeta.h>
# import <SentryDependencyContainer.h>
# import <SentryEvent.h>
# import <SentryException.h>
# import <SentryFormatter.h>
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryMetricProfiler.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#if SENTRY_TARGET_PROFILING_SUPPORTED

# import "SentryDependencyContainer.h"
# import "SentryEvent+Private.h"
# import "SentryFormatter.h"
# import "SentryLogC.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryPerformanceTracker.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#import "SentryPerformanceTracker.h"
#import "SentryDependencyContainer.h"
#import "SentryHub+Private.h"
#import "SentryLogC.h"
#import "SentrySDK+Private.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentryPerformanceTrackingIntegration.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#if SENTRY_HAS_UIKIT

# import "SentryDependencyContainer.h"
# import "SentryLogC.h"
# import "SentryOptions.h"
# import "SentrySubClassFinder.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentrySDKInternal.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#import "SentryBreadcrumb.h"
#import "SentryClient+Private.h"
#import "SentryCrash.h"
#import "SentryDependencyContainer.h"
#import "SentryHub+Private.h"
#import "SentryInternalDefines.h"
#import "SentryLogC.h"
Expand Down
1 change: 0 additions & 1 deletion Sources/Sentry/SentrySampling.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#import "SentrySampling.h"
#import "SentryDependencyContainer.h"
#import "SentryInternalDefines.h"
#import "SentryOptions.h"
#import "SentrySampleDecision.h"
Expand Down
Loading
Loading