Skip to content
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

feat: support network logs obfuscation #380

Merged
merged 8 commits into from Sep 11, 2023
Merged

Conversation

a7medev
Copy link
Contributor

@a7medev a7medev commented Aug 14, 2023

Description of the change

Add network logs obfuscation support through the new NetworkLogger.obfuscateLog API.

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Related issues

Jira ID: MOB-12523

Checklists

Development

  • Lint rules pass locally
  • The code changed/added as part of this pull request has been covered with tests

Code review

  • This pull request has a descriptive title and information useful to a reviewer
  • Issue from task tracker has a link to this pull request

@a7medev a7medev self-assigned this Aug 14, 2023
@a7medev a7medev changed the base branch from master to dev August 14, 2023 11:20
@a7medev a7medev added the pending-ios Waiting for iOS release label Aug 14, 2023
@InstabugCI
Copy link
Collaborator

InstabugCI commented Aug 14, 2023

Coverage Report

Label Coverage Status
Dart 84.1%

Generated by 🚫 dangerJS against 96b7e1c

@a7medev a7medev changed the title [MOB-12523] Support Network Logs Obfuscation feat: support network logs obfuscation Sep 5, 2023
@a7medev a7medev marked this pull request as ready for review September 5, 2023 13:40
Copy link
Contributor

@abdelhamid-f-nasser abdelhamid-f-nasser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job @a7medev 👏 . The code is well written and quite descriptive. Just a suggestion for adding docs to obfuscateLog API.

lib/src/modules/network_logger.dart Show resolved Hide resolved
Copy link
Contributor

@abdelhamid-f-nasser abdelhamid-f-nasser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job @a7medev 👏 . The code is well written and quite descriptive. Just a suggestion for adding docs to obfuscateLog API.

@a7medev a7medev removed the pending-ios Waiting for iOS release label Sep 11, 2023
@a7medev a7medev merged commit 89ff6af into dev Sep 11, 2023
10 checks passed
@a7medev a7medev deleted the feat/network-obfuscation branch September 11, 2023 13:09
ymabdallah pushed a commit that referenced this pull request Sep 14, 2023
* [MOB-12516] Fix zone mismatch issue (#376)

* fix(initialization): fix zone mismatch issue in initialization code

* fix(initilization): fix the PR comments

* [MOB-12700] Remove danger ruby package (#379)

Remove danger ruby package to resolve dependabot git security vulnerability issue.

* [MOB-12513] Fix Mockito and Pigeon Dependency Conflict (#377)

* Unrestrict a specific Pigeon version

* Unrestrict a specific Mockito version

* Upgrade Flutter CI version with Mockito and Pigeon

* Remove ask question button in example

---------

Co-authored-by: Ahmed Mahmoud <a7med.mahmoud2004@gmail.com>

* test: update captain config (#386)

Jira ID: MOB-13002

* chore(ios): bump sdk to 11.14.0 (#383)

Jira ID: MOB-12993

* feat: support network logs obfuscation (#380)

Jira ID: MOB-12523

* feat: support network logs omission (#382)

Jira ID: MOB-12524

* chore(android): bump sdk to 11.14.0 (#384)

Jira ID: MOB-12992

* feat: add new repro steps api (#388)

Jira ID: MOB-13005

* chore: update sdk version to v11.14.0 (#389)

Jira ID: MOB-13014

---------

Co-authored-by: Ahmed Sami <ahmed.sami.elsherif@gmail.com>
Co-authored-by: Ahmed Mahmoud <a7med.mahmoud2004@gmail.com>
Co-authored-by: Ahmed Mahmoud <68241710+a7medev@users.noreply.github.com>
HeshamMegid pushed a commit that referenced this pull request Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants