Pass secret token when uploading crashes

This commit is contained in:
Antonio Scandurra 2022-05-02 15:42:52 +02:00
parent 54a45095cd
commit da3870ea31
3 changed files with 11 additions and 7 deletions

View file

@ -50,6 +50,8 @@ lazy_static! {
.and_then(|s| if s.is_empty() { None } else { Some(s) });
}
pub const ZED_SECRET_CLIENT_TOKEN: &'static str = "618033988749894";
actions!(client, [Authenticate]);
pub fn init(rpc: Arc<Client>, cx: &mut MutableAppContext) {