_ application: UIApplication,
didFinishLaunchingWithOptions
launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
let config = FreshpaintConfiguration(writeKey: "<your environment id>");
config.trackApplicationLifecycleEvents = true
config.recordScreenViews = true
Freshpaint.setup(with: config)