-
Notifications
You must be signed in to change notification settings - Fork 40
[MOB-12265] Configure start and end session #745
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
base: loren/embedded/MOB-12263-android-add-ability-to-sync-embedded-messages
Are you sure you want to change the base?
[MOB-12265] Configure start and end session #745
Conversation
|
Diff Coverage: The code coverage on the diff in this pull request is 0.0%. Total Coverage: This PR will decrease coverage by 0.57%. File Coverage Changes
🛟 Help
This is from Qlty Cloud, the successor to Code Climate Quality. Learn more. |
1 new issue
This is from Qlty Cloud, the successor to Code Climate Quality. Learn more. |
android/src/main/java/com/iterable/reactnative/RNIterableAPIModuleImpl.java
Show resolved
Hide resolved
android/src/main/java/com/iterable/reactnative/RNIterableAPIModuleImpl.java
Show resolved
Hide resolved
android/src/main/java/com/iterable/reactnative/RNIterableAPIModuleImpl.java
Show resolved
Hide resolved
android/src/main/java/com/iterable/reactnative/RNIterableAPIModuleImpl.java
Show resolved
Hide resolved
| static log(message?: unknown, ...optionalParams: unknown[]) { | ||
| if (!IterableLogger.loggingEnabled) return; | ||
|
|
||
| console.log(message, ...optionalParams); |
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information High
an access to apiKey
This logs sensitive data returned by
an access to apiKey
…RNIterableAPIModule
…mbeddedMessaging flag
🔹 JIRA Ticket(s) if any
✏️ Description