Skip to content

Commit

Permalink
cleanup write key placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
alanjcharles committed Feb 8, 2024
1 parent 3be1950 commit 444155f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/apps/BasicExample/BasicExample/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.

let configuration = Configuration(writeKey: "WRITE KEY")
let configuration = Configuration(writeKey: "<WRITE KEY>")
.trackApplicationLifecycleEvents(true)
.flushInterval(10)
.flushAt(2)
Expand Down

0 comments on commit 444155f

Please sign in to comment.