You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<g>DENO_TRACE_PERMISSIONS</> Environmental variable to enable stack traces in permission prompts.
4747
4747
<p(245)>DENO_TRACE_PERMISSIONS=1 deno run main.ts</>
4748
-
<g>DENO_AUDIT_PERMISSIONS</> Environmental variable to generate a JSONL file with all permissions accesses.
4749
-
<p(245)>DENO_TRACE_PERMISSIONS=./audit.jsonl deno run main.ts</>
4748
+
<g>DENO_AUDIT_PERMISSIONS</> Environmental variable to audit all permissions accesses. Set to a file path for JSONL output, or "otel" to emit as OpenTelemetry log events via the configured OTel exporter.
4749
+
<p(245)>DENO_AUDIT_PERMISSIONS=./audit.jsonl deno run main.ts</>
4750
+
<p(245)>DENO_AUDIT_PERMISSIONS=otel deno run main.ts</>
0 commit comments