UNPKG

@hug/ngx-sentry

Version:

Angular wrapper for the official Sentry JavaScript SDK

67 lines 1.54 kB
{ "name": "@hug/ngx-sentry", "version": "7.0.5", "description": "Angular wrapper for the official Sentry JavaScript SDK", "homepage": "https://github.com/dsi-hug/ngx-sentry", "license": "GPL-3.0-only", "author": "HUG - Hôpitaux Universitaires Genève", "contributors": [ "badisi (https://github.com/badisi)" ], "repository": { "type": "git", "url": "git+https://github.com/dsi-hug/ngx-sentry.git" }, "keywords": [ "angular", "sentry", "sentry-client", "ngx-sentry", "monitor", "monitoring", "crash-reporting", "error-monitoring", "crash-reports", "csp-report", "error-logging", "error-handling", "http-interceptor", "http-errors" ], "sideEffects": false, "bin": { "ngx-sentry": "bin/ngx-sentry" }, "peerDependencies": { "@angular/common": ">= 15", "@angular/core": ">= 15", "@angular/router": ">= 15" }, "dependencies": { "@hug/ngx-schematics-utilities": "^10.2.2", "@sentry/angular": "8.55.0", "@sentry/cli": "2.43.0", "tslib": "^2.8.1" }, "engines": { "node": ">= 18.12.0" }, "schematics": "./schematics/collection.json", "ng-update": { "migrations": "./schematics/migration.json" }, "ng-add": { "save": "dependencies" }, "module": "fesm2022/hug-ngx-sentry.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/hug-ngx-sentry.mjs" } } }