-
Notifications
You must be signed in to change notification settings - Fork 12
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
Merge eventLogger feature with master #84
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: Retrieve App and Device MetaData (SDKCF-6846) * chore: fix SwiftLint Errors (SDKCF-6846) * chore: fix lint errors (SDKCF-6846) * chore: address review comments (SDKCF-6846) * chore: nit picks (SDKCF-6846) * chore: remove public access specifier (SDKCF-6846) * chore: nit piks * chore: fix lint errors * chore: fix typo in testcase (SDKCF-6846)
* feat: declare EventLogger public APIs & manager class (SDKCF-6845) * improve: introduce separate methods to send event critical & warning events (SDKCF-6845)
* improve: Refactor event-logger code (SDKCF-6864) * fix: Code review (SDKCF-6864) * improve: Add subspec REventLogger and reusing RSDKUtils code for environment (SDKCF-6864)
* feat: Implement Network Manager Module (SDKCF-6849) * chore: nit picks * chore: refactor code and add implement REventLoggerSender * chore: fix lint errors * chore: fix lint error * chore: add test cases (SDKCF-6849) * chore: fix lint errors * chore: add body as encodable (SDKCF-6849) * chore: update test cases (SDKCF-6849) * chore: fix lint errors (SDKCF-6849) * chore: code refactor * chore: code refactor and address review comments (SDKCF-6849) * chore: add tests (SDKCF-6849) * chore: remove default implementation (SDKCF-6849) * chore: fix typo * chore: refactor code * chore: address review comments
* feat: Implement Event Storage (SDKCF-6848) * chore: remove proj changes * chore: addressed review comments * chore: fix lint errors * chore: update test case
* chore: create public apis for Event Logger * chore: use bundle id to create userdefaults * Revert "chore: use bundle id to create userdefaults" This reverts commit 8248afc. * chore: create user defaults * chore: add TTL expiry time * chore: added nil checks * chore: implement ttlExpiry * chore: fix lint errors * chore: address review comments and add tests * chore: add tests * chore: address review comments and add tests * chore: code refactor
* feat: add sample app target & scheme (SDKCF-6856) * feat: update event logger view (SDKCF-6856) * ci: add create ipa fastlane job (SDKCF-6856) * feat: update custome info & default error messages (SDKCF-6856) * feat: integrate RSDKUtils with Sample app (SDKCF-6856) * ci: read credential from info.plist & bitrise secrets (SDKCF-6856) * ci: update RSDKUtils framework in TestHost app to read coverage (SDKCF-6856) * improve: insert event as per event count input (SDKCF-6856)
* feat: integrate app lifecycle listener (SDKCF-6850) * improve: integrate app lifecycle listener with REventLogger module (SDKCF-6850)
* feat: Implement Retry Mechanism * chore: code refactor * chore: modified retry logic * chore: code refactor
…73) * Improve: Refactor REvent parameters and log event Logic * chore: add rmcSdks parameter to REvent * chore: nit picks * chore: add raw values for evenTypes * chore: add tests * refactor: fetch RMCSDK version from plist only once form RMC Bundle (SDKCF-6851)
* chore: fix crash on sample app on logging event (SDKCF-6882)
* improve: Update App name fetching logic for Eventlogger (SDKCF-6915)
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.