-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add ability to save rageshake logs locally #3304
Comments
@kegsay was this something you considered at all during the impl, ooi? |
I don't know how you plan to save the logs to disk, but the logs themselves are gathered completely in-memory in this array so it should be easy to then write these to files. |
did you mean https://github.com/vector-im/riot-web/blob/master/src/vector/rageshakesetup.js as https://github.com/vector-im/riot-web/blob/master/src/vector/rageshake.js#L460 doesn't seem to be anymore present. Update - I guess you mean https://github.com/matrix-org/matrix-react-sdk/blob/master/src/rageshake/rageshake.js |
Yeah, I should've linked to a static commit, my bad. Here you go |
For element-hq/element-web#3304 This generates something similar to what the rageshake server does, just in an easy package for people to use. tar-js was chosen over zip or anything else because it's small, simple, and stable. Note: this doesn't work in Chrome, but firefox seems to be okay with it. Chrome appears to be blocking the download for some reason - the very first download was fine, but none afterwards
matrix-org/matrix-react-sdk#3849 is an attempt at getting the logs at least into an archive and downloaded. Per the PR, it works fine in Firefox but Chrome hates it. |
as suggested by lazz https://matrix.to/#/!DgvjtOljKujDBrxyHk:matrix.org/$1487800184342672TpnWN:matrix.org. It could also help with timeout issues as the user could figure out some alternative way of sending logs
The text was updated successfully, but these errors were encountered: