Compare commits

..

4 Commits

Author SHA1 Message Date
958a5d4db5 1.0.29 2020-06-03 07:48:25 +00:00
3a2af6634d fix(core): update 2020-06-03 07:48:25 +00:00
d89b610006 1.0.28 2020-06-03 07:45:56 +00:00
56bc5dfcdd fix(core): update 2020-06-03 07:45:55 +00:00
3 changed files with 7 additions and 6 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@mojoio/logdna",
"version": "1.0.27",
"version": "1.0.29",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@mojoio/logdna",
"version": "1.0.27",
"version": "1.0.29",
"private": false,
"description": "an unoffical package for the logdna api",
"main": "dist_ts/index.js",

View File

@ -27,11 +27,12 @@ Platform support | [![Supports Windows 10](https://badgen.net/badge/supports%20W
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
- resends logs that failed to send.
- supports smartlog messages and the smartlog ecosystem
- aggregate logs that require the same uri query parameters and sends them as bundle. This ensures the correct order of logs within logdna.
- resend logs that failed to send.
- support smartlog messages and the smartlog ecosystem
- support giraffe.cloud ecosystem
```typescript
import { ILogPackage } from '@pushrocks/smartlog-interfaces';