Skip to content

Instantly share code, notes, and snippets.

@skuenzli
Created November 1, 2014 21:57
Show Gist options
  • Save skuenzli/944c9691dca8910c0b03 to your computer and use it in GitHub Desktop.
Save skuenzli/944c9691dca8910c0b03 to your computer and use it in GitHub Desktop.
main.swift with automatic measurement of http requests
import Foundation
import UIKit
let apiKey = "specify your api key here";
WNGLogger.initSharedLogger(apiKey)
WNGLogger.sharedLogger().recordStart("application-launch")
NSURLConnection.wng_enableLogging()
UIApplicationMain(C_ARGC, C_ARGV, NSStringFromClass(UIApplication), NSStringFromClass(AppDelegate))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment