Skip to content

Commit

Permalink
Merge pull request #230 from Kaicoh/fix/add-error-logger-header
Browse files Browse the repository at this point in the history
Add blacklist fields to BaseErrorLoggerOptions interface
  • Loading branch information
bithavoc authored Dec 17, 2019
2 parents 7a40390 + 74d41d1 commit 10683dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ export interface BaseErrorLoggerOptions {
msg?: MessageTemplate;
requestFilter?: RequestFilter;
requestWhitelist?: string[];
headerBlacklist?: string[];
blacklistedMetaFields?: string[];
}

export interface ErrorLoggerOptionsWithTransports extends BaseErrorLoggerOptions {
Expand Down

0 comments on commit 10683dc

Please sign in to comment.