fix(core): update

This commit is contained in:
Philipp Kunz 2020-06-03 07:45:55 +00:00
parent f49062d247
commit 56bc5dfcdd

View File

@ -27,11 +27,11 @@ Platform support | [![Supports Windows 10](https://badgen.net/badge/supports%20W
Use TypeScript for best in class instellisense. Use TypeScript for best in class instellisense.
This package is an unofficial package for the logdna. It comes with the following festures: This package is an unofficial package for the logdna.com service. It comes with the following features:
- aggregates logs that require the same uri query parameters and sends them as bundle. This ensures the correct order of logs - aggregate logs that require the same uri query parameters and sends them as bundle. This ensures the correct order of logs within logdna.
- resends logs that failed to send. - resend logs that failed to send.
- supports smartlog messages and the smartlog ecosystem - support smartlog messages and the smartlog ecosystem
```typescript ```typescript
import { ILogPackage } from '@pushrocks/smartlog-interfaces'; import { ILogPackage } from '@pushrocks/smartlog-interfaces';