Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
4cd9ce8510 | |||
cf2620bd41 | |||
1d1a438f8e | |||
aec150a240 | |||
958a5d4db5 | |||
3a2af6634d | |||
d89b610006 | |||
56bc5dfcdd |
@ -54,6 +54,17 @@ testStable:
|
|||||||
- docker
|
- docker
|
||||||
- priv
|
- priv
|
||||||
|
|
||||||
|
testStableWindows:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- npmci npm prepare
|
||||||
|
- npmci node install stable
|
||||||
|
- npmci npm install
|
||||||
|
- npmci npm test
|
||||||
|
coverage: /\d+.?\d+?\%\s*coverage/
|
||||||
|
tags:
|
||||||
|
- windows
|
||||||
|
|
||||||
testBuild:
|
testBuild:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@mojoio/logdna",
|
"name": "@mojoio/logdna",
|
||||||
"version": "1.0.27",
|
"version": "1.0.31",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@mojoio/logdna",
|
"name": "@mojoio/logdna",
|
||||||
"version": "1.0.27",
|
"version": "1.0.31",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "an unoffical package for the logdna api",
|
"description": "an unoffical package for the logdna api",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@ -27,11 +27,12 @@ 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
|
||||||
|
- support giraffe.cloud ecosystem
|
||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
import { ILogPackage } from '@pushrocks/smartlog-interfaces';
|
import { ILogPackage } from '@pushrocks/smartlog-interfaces';
|
||||||
|
Reference in New Issue
Block a user