Skip to content

Commit fb0e9ee

Browse files
authored
FFM-12373 Add option to disable metrics (#159)
* FFM-12373 Add option to enable/disable metrics * FFM-12373 Bump minor version * FFM-12373 Bump babel and esbuild due to CVEs * FFM-12373 Bump babel and esbuild due to CVEs * FFM-12373 Update readme * FFM-12373 Tidyup
1 parent 23d59df commit fb0e9ee

File tree

6 files changed

+2591
-8782
lines changed

6 files changed

+2591
-8782
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ interface Options {
5858
debug?: boolean,
5959
cache?: boolean | CacheOptions
6060
logger?: Logger
61+
maxStreamRetries?: number
62+
enableAnalytics?: boolean
6163
}
6264
```
6365

0 commit comments

Comments
 (0)