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(persister): Add disableSortingHarEntries option #321

Merged
merged 3 commits into from
Mar 31, 2020

Commits on Mar 31, 2020

  1. feat(persister): Add disableSortingHarEntries option

    When disabled, entries in the the final HAR will be sorted by the request's timestamp.
    This is done by default to satisfy the HAR 1.2 spec but can be enabled to improve
    diff readability when committing recordings to git.
    offirgolan committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    fc7db2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    349cc1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15d8da1 View commit details
    Browse the repository at this point in the history