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

Store HttpResponse header values #564

Merged
merged 5 commits into from
Oct 6, 2023

Commits on Oct 4, 2023

  1. Resolved #561 by adding new fields LogEntryEvent__e.HttpResponseHeade…

    …rs__c and LogEntry__c.HttpResponseHeaders__c that store the full key-value pair for each header
    jongpie committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    88f1e51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d00fb33 View commit details
    Browse the repository at this point in the history
  3. Added new LoggerParameter__mdt record StoreHttpResponseHeaderValues t…

    …o globally control if HttpResponse header values are stored
    jongpie committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ef676e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Bulk updated the convention used throughout the codebase for checking…

    … Booleans from 'if(condition == true)' to just 'if(condition)'
    jongpie committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    668f2d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dac9030 View commit details
    Browse the repository at this point in the history