File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
plugins/web/opentelemetry-instrumentation-web-exception Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 11# OpenTelemetry Web Exception Instrumentation
22
33[ ![ NPM Published Version] [ npm-img ]] [ npm-url ]
4- [ ![ Apache License] [ license-image ]] [ license-image-url ]
4+ [ ![ Apache License] [ license-image ]] [ license-image ]
55
66This module provides automatic instrumentation for capturing unhandled exceptions and promise rejections in web applications.
77
@@ -83,16 +83,18 @@ throw new Error('Unhandled error');
8383Promise .reject (new Error (' Unhandled rejection' ));
8484```
8585
86- ## Contributing
86+ ## Useful links
8787
88- This instrumentation is maintained by the OpenTelemetry authors. We welcome contributions!
88+ - For more information on OpenTelemetry, visit: < https://opentelemetry.io/ >
89+ - For more about OpenTelemetry JavaScript: < https://github.com/open-telemetry/opentelemetry-js >
90+ - For help or feedback on this project, join us in [ GitHub Discussions] [ discussions-url ]
8991
9092## License
9193
9294Apache 2.0 - See [ LICENSE] [ license-url ] for more information.
9395
96+ [ discussions-url ] : https://github.com/open-telemetry/opentelemetry-js/discussions
97+ [ license-url ] : https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/LICENSE
98+ [ license-image ] : https://img.shields.io/badge/license-Apache_2.0-green.svg?style=flat
9499[ npm-url ] : https://www.npmjs.com/package/@opentelemetry/instrumentation-web-exception
95100[ npm-img ] : https://badge.fury.io/js/%40opentelemetry%2Finstrumentation-web-exception.svg
96- [ license-url ] : https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/LICENSE
97- [ license-image ] : https://img.shields.io/badge/license-Apache_2.0-green.svg
98- [ license-image-url ] : https://img.shields.io/badge/license-Apache_2.0-green.svg
You can’t perform that action at this time.
0 commit comments