2.2.1 • Published 9 months ago
app-tracker v2.2.1
App Tracker for Web Applications
Installation
npm i app-tracker
Getting Started
- Install Package
- Register on App Tracker
How to use
import { AppTracker, AppTrackerService } from "app-tracker";
const appTrackerService: AppTrackerService = AppTracker.init("API_KEY", configuration);
this.appTrackerService.debug(message, optionalParams);
Configuration
Property | Type | Default | Description |
---|---|---|---|
sendLogsInDevelopment | boolean | false | Should logs be sent to the App Tracker during development? |
logInConsole | boolean | false | Should logs also be sent to the console |
endpointUrl | string | App Tracker URI | Doesn't need to be customized unless you host App Tracker yourself |
maxSendTries | number | 5 | How often to try to send to the server if an error occurs |
maxLogsCount | number | 10 | How many logs should be stored until they are sent to the server |
logLevel | LogType[] | LogType.error | Defines which log types should be sent to the server |
sendLogsByTypesImmediately | LogType[] | LogType.error, LogType.critical | Which LogTypes should be sent directly to the server |
userAgentOrOs | any | Please 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.2.1
9 months ago
2.2.0
1 year ago
2.1.3
2 years ago
2.1.2
3 years ago
2.1.1
3 years ago
2.1.0
3 years ago
1.6.2
3 years ago
1.6.1
3 years ago
1.6.0
3 years ago
1.5.0
3 years ago
2.0.3
3 years ago
2.0.2
3 years ago
2.0.4
3 years ago
2.0.1
3 years ago
2.0.0
3 years ago
1.4.6
3 years ago
1.4.5
3 years ago
1.4.4
3 years ago
1.4.3
3 years ago
1.4.2
3 years ago
1.3.3
3 years ago
1.4.1
3 years ago
1.3.2
3 years ago
1.4.0
3 years ago
1.3.1
3 years ago
1.3.0
4 years ago
1.2.0
4 years ago
1.1.11
4 years ago
1.1.10
4 years ago
1.1.9
4 years ago
1.1.8
4 years ago
1.1.7
4 years ago
1.1.6
4 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.3
5 years ago
1.1.2
5 years ago
1.1.1
5 years ago
1.1.0
5 years ago
1.0.8
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.3
6 years ago
1.0.0
6 years ago