deno/ext/telemetry
Divy b5808041e0
feat: allow disable hostname verification in TLS (#30409)
Fixes https://github.com/denoland/deno/issues/28903
Closes https://github.com/denoland/deno/issues/26190

- Adds a new option `unsafelyDisableHostnameVerification` to
`Deno.connectTls` and `Deno.startTls` to ignore DNS name mismatch errors
from rustls server verifier.
- Disable hostname verification in Node.js TLSSocket if
`checkServerIdentity` is a no-op.

---------

Signed-off-by: Divy Srivastava <dj.srivastava23@gmail.com>
2025-08-23 10:37:57 +05:30
..
Cargo.toml 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
lib.rs feat: allow disable hostname verification in TLS (#30409) 2025-08-23 10:37:57 +05:30
README.md refactor(unstable): move telemetry to own ext (#27067) 2024-11-26 11:22:18 +00:00
telemetry.ts fix(otel): recording metrics with more than 3 attributes (#28898) 2025-04-26 20:15:21 +02:00
util.ts chore: fix build on main (#28487) 2025-03-13 11:58:52 +00:00

deno_telemetry

This crate implements telemetry for Deno using OpenTelemetry.