Skip to content

Commit 25f1922

Browse files
committed
Merge branch 'develop' of https://github.com/Piotrek98/klepper.io-node into develop
2 parents 4a40c31 + c2e94fa commit 25f1922

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Traceo SDK for Node.js
2+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
3+
24
Library for integration with the Traceo Platform.
35

46
### Installation
@@ -108,9 +110,9 @@ logger.log("Traceo", "Example", "Log");
108110
logger.debug("Traceo", {
109111
hello: "World"
110112
});
111-
// [TraceoLogger][LOG] - 31.10.2022, 13:58:00 - Traceo { hello: 'World' }
113+
// [TraceoLogger][DEBUG] - 31.10.2022, 13:58:00 - Traceo { hello: 'World' }
112114
```
113-
`Logger` can be used also as a reference from `TraceoClient` initialization:
115+
`Logger` can be used also as a reference from `TraceoClient`:
114116
```ts
115117
const traceo = new TraceoClient({...});
116118
traceo.logger.log("Traceo");
@@ -128,3 +130,6 @@ new TraceoClient({ scrapMetricsInterval: <interval_in_seconds> });
128130
```
129131

130132
Remember that provided `scrapMetricsInterval` can't be less than `15` seconds.
133+
134+
## Support
135+
Feel free to create Issues, Pull Request and Discussion. If you want to contact with the developer working on this package click [here](mailto:piotr.szewczyk.software@gmail.com).

0 commit comments

Comments
 (0)