Skip to content

Enabling AWSCloudWatchLogging using Amplify SDK crashes the app. #3987

Open
@harish-suthar

Description

@harish-suthar

Describe the bug
Enabling AWSCloudWatchLogging using Amplify SDK crashes the app.

  • Configure AWS Cloud Watch Logging using below code
public func configureAuthSDK() {
    do {
        try Amplify.add(plugin: AWSCognitoAuthPlugin())
        try Amplify.add(plugin: AWSCloudWatchLoggingPlugin())
        try Amplify.configure()
    } catch {
    }
}
  • Using release build of the app from TestFlight is crashes the app

Screenshots

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingloggingIssues related to the Logging category

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions