Skip to content

Commit 79d7415

Browse files
pkanalwolfgangcodesoverbalance
authored
feat(web-exception-instrumentation): Add instrumentation for web exceptions (#2751)
Co-authored-by: Wolfgang Therrien <[email protected]> Co-authored-by: Wolfgang Therrien <[email protected]> Co-authored-by: Jared Freeze <[email protected]>
1 parent 1c08238 commit 79d7415

16 files changed

+1309
-8
lines changed

.github/component-label-map.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,10 @@ pkg:instrumentation-user-interaction:
245245
- changed-files:
246246
- any-glob-to-any-file:
247247
- packages/instrumentation-user-interaction/**
248+
pkg:instrumentation-web-exception:
249+
- changed-files:
250+
- any-glob-to-any-file:
251+
- packages/instrumentation-web-exception/**
248252
pkg:instrumentation-winston:
249253
- changed-files:
250254
- any-glob-to-any-file:

.github/component_owners.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ components:
160160
- t2t2
161161
packages/instrumentation-user-interaction:
162162
- obecny
163+
packages/instrumentation-web-exception:
164+
- martinkuba
165+
- pkanal
166+
- wolfgangcodes
163167
packages/plugin-react-load:
164168
- martinkuba
165169
packages/propagator-instana:

.release-please-manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"packages/instrumentation-router": "0.53.0",
6262
"packages/instrumentation-winston": "0.53.0",
6363
"packages/instrumentation-document-load": "0.54.0",
64+
"packages/instrumentation-web-exception": "0.1.0",
6465
"packages/instrumentation-long-task": "0.53.0",
6566
"packages/instrumentation-user-interaction": "0.53.0",
6667
"packages/plugin-react-load": "0.40.0",

0 commit comments

Comments
 (0)