Skip to content

Commit c9f84b3

Browse files
committed
fix lint for readme
1 parent d1882bb commit c9f84b3

File tree

1 file changed

+8
-6
lines changed
  • plugins/web/opentelemetry-instrumentation-web-exception

1 file changed

+8
-6
lines changed

plugins/web/opentelemetry-instrumentation-web-exception/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
This module provides automatic instrumentation for capturing unhandled exceptions and promise rejections in web applications.
77

@@ -83,16 +83,18 @@ throw new Error('Unhandled error');
8383
Promise.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

9294
Apache 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

0 commit comments

Comments
 (0)