admin
2023-04-21 57e30bc2584b92ce3da3821bd0f6e040f2ad28df
Pods/RangersAPM/RangersAPM/Public/ForSDK/RangersAPMForSDKConfig.h
@@ -34,10 +34,16 @@
@property (atomic, strong) NSString *channel;
/*!@abstract The source where we will get the device ID.
 @discussion Nonnull & require. Default : RAPMDeviceIDSourceFromUser
 @discussion Nonnull & require. Default : RAPMDeviceIDSourceFromAPMService
 */
@property (atomic, assign) RAPMDeviceIDSource deviceIDSource;
/*!@abstract The domain address where apm logs should be uploaded to.
 @discussion If you are using APMPlus Saas version, just ignore this.
 @discussion Set the domain with 'http://' or 'https://' to specify the scheme, else 'https://' is default.
 */
@property (nonatomic, copy) NSString *domain;
/*!
 @abstract The address ranges of your sdk in the main mach-o.
 @discussion Only when the fault address is in the address ranges, we will upload the crash log. Nullable & optional.