Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
fix(index.d.ts): update missing param ignoredKeys (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranrib authored Dec 17, 2020
1 parent fe5dd5f commit 8056c18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ declare module 'epsagon' {
traceCollectorURL?: string
isEpsagonDisabled?: boolean
urlPatternsToIgnore?: string[]
ignoredKeys?: string[]
labels?: string[]
sendOnlyErrors?: boolean
sendTimeout?: number
Expand Down

0 comments on commit 8056c18

Please sign in to comment.