1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 05:42:25 -05:00
denoland-deno/runtime/ops
Leo Kettmeir cf49599359
feat: permission stack traces in ops (#26938)
This commit improves permission prompts by adding an option
to print a full trace of where the permissions is being requested.

Due to big performance hint of stack trace collection, this is only
enabled when `DENO_TRACE_PERMISSIONS` env var is present.

Closes https://github.com/denoland/deno/issues/20756

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-11-20 21:24:04 +00:00
..
os feat: permission stack traces in ops (#26938) 2024-11-20 21:24:04 +00:00
web_worker refactor(runtime/ops): use concrete error types (#26409) 2024-10-22 01:41:08 -07:00
bootstrap.rs BREAKING: Remove --unstable flag (#25522) 2024-09-09 23:44:29 +02:00
fs_events.rs feat: permission stack traces in ops (#26938) 2024-11-20 21:24:04 +00:00
http.rs refactor(runtime/ops): use concrete error types (#26409) 2024-10-22 01:41:08 -07:00
mod.rs feat: OpenTelemetry Tracing API and Exporting (#26710) 2024-11-13 10:38:46 +00:00
otel.rs feat(runtime): remove public OTEL trace API (#26854) 2024-11-18 23:55:22 +00:00
permissions.rs feat: permission stack traces in ops (#26938) 2024-11-20 21:24:04 +00:00
process.rs feat: permission stack traces in ops (#26938) 2024-11-20 21:24:04 +00:00
runtime.rs refactor(runtime/ops): use concrete error types (#26409) 2024-10-22 01:41:08 -07:00
signal.rs refactor(runtime/ops): use concrete error types (#26409) 2024-10-22 01:41:08 -07:00
tty.rs refactor(runtime/ops): use concrete error types (#26409) 2024-10-22 01:41:08 -07:00
web_worker.rs refactor(runtime/ops): use concrete error types (#26409) 2024-10-22 01:41:08 -07:00
worker_host.rs feat: permission stack traces in ops (#26938) 2024-11-20 21:24:04 +00:00