Setting MPM SDK
1. Detailed setting
Setting the collection interval
IMQAConfig* mpmConfig = [[IMQAConfig alloc] init:@"PROJECT_KEY"];
mpmConfig.dump_interval = 10; // Interval of getting the performance data dump (sec)
mpmConfig.save_interval = 60; // Interval of sending performance data to the collection server (sec)let mpmConfig = IMQAConfig("<PROJECT_KEY>")
mpmConfig.dump_interval = 10 // Interval of getting the performance data dump (sec)
mpmConfig.save_interval = 60 // Interval of sending performance data to the collection server (sec)Setting the collection server
Setting network collection
Checking collected data
2. Setting WKWebView
Setting the web server (HTML)
Setting iOS project
3. Network Collection (NSURLSession or URLSession)
4. dSYM Settings
Last updated