Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansi-mParticle committed Sep 9, 2024
1 parent c589206 commit 9981388
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/kotlin/com/mparticle/kits/AppboyKit.kt
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ open class AppboyKit : KitIntegration(), AttributeListener, CommerceListener,
}
}
} catch (jse: JSONException) {
Logger.warning(jse, "The Google Firebase kit threw an exception while searching for the configured consent purpose mapping in the current user's consent status.")
Logger.warning(jse, "The Braze kit threw an exception while searching for the configured consent purpose mapping in the current user's consent status.")
emptyMap()
}
}
Expand All @@ -479,7 +479,7 @@ open class AppboyKit : KitIntegration(), AttributeListener, CommerceListener,
}
}
} catch (e: Exception) {
Logger.error(e, "The Google Firebase kit was unable to parse the user's ConsentState, consent may not be set correctly on the Google Analytics SDK")
Logger.error(e, "The Braze kit was unable to parse the user's ConsentState, consent may not be set correctly on the Braze SDK")
}
return topLevelMap
}
Expand All @@ -501,7 +501,7 @@ open class AppboyKit : KitIntegration(), AttributeListener, CommerceListener,
}
}
} catch (e: Exception) {
Logger.error(e, "The Google Firebase kit threw an exception while searching for the configured consent purpose mapping in the current user's consent status.")
Logger.error(e, "The Braze kit threw an exception while searching for the configured consent purpose mapping in the current user's consent status.")
}
return null
}
Expand Down

0 comments on commit 9981388

Please sign in to comment.