Skip to content
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

Closed
uhoreg opened this issue Feb 22, 2017 · 5 comments · Fixed by matrix-org/matrix-react-sdk#3849
Closed

add ability to save rageshake logs locally #3304

uhoreg opened this issue Feb 22, 2017 · 5 comments · Fixed by matrix-org/matrix-react-sdk#3849
Labels
A-Feedback-Reporting Reporting process for bugs, debug logs (rageshakes), suggestions P2 T-Enhancement T-Task Tasks for the team like planning

Comments

@uhoreg
Copy link
Member

uhoreg commented Feb 22, 2017

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

@ara4n ara4n added feature T-Task Tasks for the team like planning P2 labels Feb 27, 2017
@ara4n
Copy link
Member

ara4n commented Feb 27, 2017

@kegsay was this something you considered at all during the impl, ooi?

@kegsay
Copy link
Contributor

kegsay commented Feb 28, 2017

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.

@kegsay
Copy link
Contributor

kegsay commented Feb 22, 2019

Yeah, I should've linked to a static commit, my bad. Here you go

@aaronraimist aaronraimist added the A-Feedback-Reporting Reporting process for bugs, debug logs (rageshakes), suggestions label Jan 15, 2020
turt2live added a commit to matrix-org/matrix-react-sdk that referenced this issue Jan 16, 2020
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
@turt2live
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Feedback-Reporting Reporting process for bugs, debug logs (rageshakes), suggestions P2 T-Enhancement T-Task Tasks for the team like planning
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants