mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
64460e492a
This lets us run rustc_demangle on the backtrace, which helps the Slack view significantly. We're also now uploading files to digital ocean's S3 equivalent (with a 1 month expiry) instead of to Slack. This PR paves the way for (but does not yet implement) sending this data to clickhouse too. Release Notes: - N/A
5 lines
72 B
Bash
Executable File
5 lines
72 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cargo run --quiet --package=collab --bin seed -- $@
|