Skip to content
Open
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
63a54f8
initial scaffolding
pkanal Mar 5, 2025
4a86d7f
very basic implementation of errors autoinstrumentation
pkanal Mar 7, 2025
9af0aed
add test
pkanal Mar 10, 2025
ad1d248
fix tests
pkanal Mar 10, 2025
87909a2
apply custom attributes function
pkanal Mar 10, 2025
77f9bc7
remove console.log
pkanal Mar 10, 2025
0bffbac
add readme
pkanal Mar 10, 2025
21881cd
update dependencies
pkanal Mar 10, 2025
68eb7f9
add to release please
pkanal Mar 10, 2025
2610155
fix lint for readme
pkanal Mar 10, 2025
55f6be6
use htTime instead
pkanal Mar 12, 2025
f15e698
match semconv for name
pkanal Mar 12, 2025
42eff3f
use attributes for user provided attrs
pkanal Mar 12, 2025
ed14b8e
switch to "exception" for name
pkanal Apr 22, 2025
f1816f9
add core as a dependency
pkanal Apr 22, 2025
88c9847
add to release please
pkanal Apr 22, 2025
acc4803
undo typo
pkanal Apr 22, 2025
f1f5b06
fix ts issue in test
pkanal Apr 22, 2025
bdec0a0
handle strings
pkanal Jun 3, 2025
53f9e08
don't use an arrow function
pkanal Jun 3, 2025
c5de42b
Merge branch 'main' into pkanal/browser-exception-instrumentation
wolfgangcodes Oct 30, 2025
025c775
move plugins/web/opentelemetry-instrumentation-web-exception/ -> pack…
wolfgangcodes Oct 30, 2025
a8d3d77
Update release-please-* to include instrumentation-web-exception
wolfgangcodes Oct 30, 2025
6109947
Add codeowners for instrumentation-web-exception instrumentation.
wolfgangcodes Oct 30, 2025
3e95404
Omit redundant prefix opentelemetry-
wolfgangcodes Oct 30, 2025
b7112c8
Fix path to tsconfig.
wolfgangcodes Oct 30, 2025
ed6ff41
Remove events package.
wolfgangcodes Oct 30, 2025
8f29c11
Use the logs API.
wolfgangcodes Oct 31, 2025
02f14ca
cleanup readme.
wolfgangcodes Oct 31, 2025
ddaf100
Add processors to readme setup example.
wolfgangcodes Oct 31, 2025
a1efcd0
Cleanup scripts, readme.
wolfgangcodes Oct 31, 2025
9e628f4
Linting, config fixes.
wolfgangcodes Oct 31, 2025
76d74ad
Fix scripts relative path depth.
wolfgangcodes Oct 31, 2025
092a4d9
Add pkanal as component owner.
wolfgangcodes Nov 3, 2025
ade0081
Cleanup lint scripts.
wolfgangcodes Nov 3, 2025
77c700c
rename export to ExceptionInstrumentation
wolfgangcodes Nov 3, 2025
2f62ac6
Update version to 0.1.0, use version constants.
wolfgangcodes Nov 3, 2025
b19a33f
Update packages/instrumentation-web-exception/src/instrumentation.ts
wolfgangcodes Nov 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@
"plugins/web/opentelemetry-instrumentation-long-task": "0.45.0",
"plugins/web/opentelemetry-instrumentation-user-interaction": "0.45.0",
"plugins/web/opentelemetry-plugin-react-load": "0.32.0",
"plugins/web/opentelemetry-instrumentation-web-exception": "0.0.1",
"propagators/opentelemetry-propagator-instana": "0.4.0",
"propagators/opentelemetry-propagator-ot-trace": "0.28.0",
"propagators/propagator-aws-xray": "2.0.0",
"propagators/propagator-aws-xray-lambda": "0.54.0"
}
}
Loading