File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
packages/instrumentation-web-exception Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 33[ ![ NPM Published Version] [ npm-img ]] [ npm-url ]
44[ ![ Apache License] [ license-image ]] [ license-image ]
55
6+ [ component owners] ( https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/.github/component_owners.yml ) : @martinkuba @wolfgangcodes
7+
68This module provides automatic instrumentation for capturing unhandled exceptions and promise rejections in web applications.
79
810## Installation
Original file line number Diff line number Diff line change 99 "repository" : " open-telemetry/opentelemetry-js-contrib" ,
1010 "scripts" : {
1111 "clean" : " tsc --build --clean tsconfig.json tsconfig.esm.json tsconfig.esnext.json" ,
12+ "compile:with-dependencies" : " nx run-many -t compile -p @opentelemetry/instrumentation-web-exception" ,
13+ "compile" : " tsc --build tsconfig.json tsconfig.esm.json tsconfig.esnext.json" ,
1214 "lint" : " eslint . --ext .ts" ,
1315 "lint:fix" : " eslint . --ext .ts --fix" ,
1416 "lint:readme" : " node ../../../scripts/lint-readme.js" ,
15- "prewatch" : " npm run precompile" ,
16- "version:update" : " node ../../../scripts/version-update.js" ,
17- "compile" : " tsc --build tsconfig.json tsconfig.esm.json tsconfig.esnext.json" ,
1817 "prepublishOnly" : " npm run compile" ,
18+ "prewatch" : " npm run precompile" ,
1919 "tdd" : " wtr --watch" ,
20+ "test" : " npm run test:browser" ,
2021 "test:browser" : " wtr --coverage" ,
22+ "version:update" : " node ../../../scripts/version-update.js" ,
2123 "watch" : " tsc --build -watch tsconfig.json tsconfig.esm.json tsconfig.esnext.json"
2224 },
2325 "keywords" : [
You can’t perform that action at this time.
0 commit comments