property CommonConnectionOptions.enableTrace Usage in Deno```typescript import { type CommonConnectionOptions } from "node:node__tls.d.ts"; ``` When enabled, TLS packet trace information is written to `stderr`. This can be used to debug TLS connection problems. Type boolean | undefined