Skip to content

Commit a1efcd0

Browse files
committed
Cleanup scripts, readme.
1 parent ddaf100 commit a1efcd0

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

packages/instrumentation-web-exception/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
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+
68
This module provides automatic instrumentation for capturing unhandled exceptions and promise rejections in web applications.
79

810
## Installation

packages/instrumentation-web-exception/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@
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": [

0 commit comments

Comments
 (0)