From c9c0f7f83f9f9bb8879bf7e231a23486db947045 Mon Sep 17 00:00:00 2001 From: Brandon Sneed Date: Mon, 13 Oct 2025 12:56:59 -0700 Subject: [PATCH] Correct docs for lifecycle tracking. Changed the default value for tracking lifecycle events from false to true. --- Sources/Segment/Configuration.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Segment/Configuration.swift b/Sources/Segment/Configuration.swift index 6f676c7..38b9396 100644 --- a/Sources/Segment/Configuration.swift +++ b/Sources/Segment/Configuration.swift @@ -163,7 +163,7 @@ extension Configuration { return self } - /// Opt-in/out of tracking lifecycle events. The default value is `false`. + /// Opt-in/out of tracking lifecycle events. The default value is `true`. /// /// - Parameter enabled: A bool value /// - Returns: The current Configuration.