deno/tools/release
Divy Srivastava e10101347c
perf: remote symbolicate stack traces (#28470)
Fixes #28136 
Closes #28415

Publish symcache to GCS and generate trace URL during panic.

```
============================================================
Deno has panicked. This is a bug in Deno. Please report this
at https://github.com/denoland/deno/issues/new.
If you can reliably reproduce this panic, include the
reproduction steps and re-run with the RUST_BACKTRACE=1 env
var set and include the backtrace in your report.

Platform: windows x86_64
Version: 2.2.5
Args: ["C:\Users\divy\.deno\bin\deno.exe"]

View stack trace at:
https://panic.deno.com/v2.2.5/aarch64-apple-darwin/gszD49_B4utrqB4vrrqBozirqB49prqBwjkwqBw_jBg31Cw5tCg5sDoo3pqB41sDgkkB
```

## Design

<img
src=https://github.com/user-attachments/assets/396d53cd-1fe7-4d88-9ecd-ea7b74a9a1ed
height=500>

Example:
`https://panic.deno.com/v2.2.3/aarch64-apple-darwin/g4couawkboxb4tbg9oHwqbw6a`

Stack walking and symbolicate code is at
https://github.com/denoland/panic/
2025-04-02 08:42:28 +05:30
..
npm docs(readme): update redirected links (#27726) 2025-01-20 03:01:25 +00:00
00_start_release.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
01_bump_crate_versions.ts chore: fix canary version (#27723) 2025-01-19 11:19:47 +01:00
02_create_pr.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
03_publish_crates.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
04_post_publish.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
05_create_release_notes.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
create_symcache.ts perf: remote symbolicate stack traces (#28470) 2025-04-02 08:42:28 +05:30
deno_workspace.ts chore: fix canary version (#27723) 2025-01-19 11:19:47 +01:00
deps.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
promote_to_release.ts chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
release_doc_template.md ci: update release template (#27901) 2025-01-31 14:02:24 -05:00