Skip to content

Documentation of trackApplicationLifecycleEvents(_:) is incorrect. #388

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
balazserdeszlogmein opened this issue May 13, 2025 · 0 comments

Comments

@balazserdeszlogmein
Copy link

The documentation comment states:

    /// Opt-in/out of tracking lifecycle events.  The default value is `false`.
    ///
    /// - Parameter enabled: A bool value
    /// - Returns: The current Configuration.
    @discardableResult
    func trackApplicationLifecycleEvents(_ enabled: Bool) -> Configuration {
        values.trackApplicationLifecycleEvents = enabled
        return self
    }

when in reality, the default value set on the struct is true:

var trackApplicationLifecycleEvents: Bool = true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant