2.1.3 • Published 1 year ago

app-tracker v2.1.3

Weekly downloads
4
License
ISC
Repository
-
Last release
1 year ago

App Tracker for Web Applications

Installation

npm i app-tracker

Getting Started

How to use

import { AppTracker, AppTrackerService } from "app-tracker";

const appTrackerService: AppTrackerService = AppTracker.init("API_KEY", configuration);

this.appTrackerService.debug(message, optionalParams);

Configuration

PropertyTypeDefaultDescription
sendLogsInDevelopmentbooleanfalseShould logs be sent to the App Tracker during development?
logInConsolebooleanfalseShould logs also be sent to the console
endpointUrlstringApp Tracker URIDoesn't need to be customized unless you host App Tracker yourself
maxSendTriesnumber5How often to try to send to the server if an error occurs
maxLogsCountnumber10How many logs should be stored until they are sent to the server
logLevelLogType[]LogType.errorDefines which log types should be sent to the server
sendLogsByTypesImmediatelyLogType[]LogType.error, LogType.criticalWhich LogTypes should be sent directly to the server
userAgentOrOsanyPlease pass: Web -> navigator.userAgent, Node -> os (from require('os'))

FAQ

Q: Where do I get my API KEY? A: Register with App Tracker and create your application there.

2.1.3

1 year ago

2.1.2

1 year ago

2.1.1

2 years ago

2.1.0

2 years ago

1.6.2

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.4

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.4.6

2 years ago

1.4.5

2 years ago

1.4.4

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago

1.3.3

2 years ago

1.4.1

2 years ago

1.3.2

2 years ago

1.4.0

2 years ago

1.3.1

2 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago