| | |
| | | @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. |