frames-ios icon indicating copy to clipboard operation
frames-ios copied to clipboard

Update how Frames options are sent to Risk SDK

Open precious-ossai-cko opened this issue 2 months ago • 0 comments

Issue

https://checkout.atlassian.net/browse/PRISM-11216

Proposed changes

  • Updates the Risk SDK version to 3.0.0 which adds correlationID as a metadata instead of a direct event arguement which also changes the structure of receiving the frames options collecting more data(product name, version and correlationID) to improve the log tracing.
  • Moves Risk config and initialisation after the log manager initialisation since the setup method calls a resetCorrelationID method which updates the correlationID.

Test Steps

No internal changes made.

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • [x] Reviewers assigned
  • [x] I have performed a self-review of my code and manual testing
  • [x] Lint and unit tests pass locally with my changes
  • [x] I have added tests that prove my fix is effective or that my feature works
  • [x] I have added necessary documentation (if applicable)

precious-ossai-cko avatar Apr 25 '24 15:04 precious-ossai-cko