I've integrated Firebase Performance and some of NSURLSession requests stoped working. I don't receive any callback from these requests. If I remove [FIRApp configure] or call [[FIRPerformance sharedInstance].instrumentationEnabled:NO] before it, than everything works well. Have anyone met these issues?