wappler-advanced-logger
Version:
This extension for Wappler provides advanced logging functionality using the [Pino](https://github.com/pinojs/pino) library, [Logtail](https://logtail.com) for log aggregation, and [Sentry](https://sentry.io) for error tracking. It allows you to log messa
38 lines (37 loc) • 1.41 kB
JSON
{
"name": "wappler-advanced-logger",
"version": "1.3.0",
"description": "This extension for Wappler provides advanced logging functionality using the [Pino](https://github.com/pinojs/pino) library, [Logtail](https://logtail.com) for log aggregation, and [Sentry](https://sentry.io) for error tracking. It allows you to log messages with various log levels, supports multiple transport options such as console, file, and Logtail, and provides log redaction capabilities.",
"main": "",
"scripts": {
"postinstall": "node scripts/copyFiles.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tbvgl/wappler-advanced-logger.git"
},
"keywords": [
"wappler-extension",
"server-connect",
"pino"
],
"author": "Tobias Vogel",
"license": "MIT",
"bugs": {
"url": "https://github.com/tbvgl/wappler-advanced-logger/issues"
},
"homepage": "https://github.com/tbvgl/wappler-advanced-logger#readme",
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"husky": "^8.0.3",
"pino-pretty": "^10.0.0"
},
"dependencies": {
"fs-extra": "^11.1.1",
"pino": "^8.14.1",
"pino-http": "^8.3.3"
}
}