Skip to content
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

iOS and android apps are crashing on launch #38

Open
pushkraj-xplor opened this issue Jan 13, 2025 · 0 comments
Open

iOS and android apps are crashing on launch #38

pushkraj-xplor opened this issue Jan 13, 2025 · 0 comments

Comments

@pushkraj-xplor
Copy link

We have recently integrated Coralogix RUM SDK in our iOS and android apps, everything working fine on simulator but when installed on real device, apps are crashing on launch.

Here is initialization part:

public func initializeCoralogixSDK() {
        let options = CoralogixExporterOptions(
            coralogixDomain: CoralogixDomain.EU2,
            environment: "ENV",
            application: "APP-NAME",
            version: "VERSION",
            publicKey: "API_KEY",
            instrumentations: [.anr: true,
                               .custom: true,
                               .errors: true,
                               .network: true]
        )
        self.coralogixRum = CoralogixRum(options: options)
    }
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