We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some suggestions from someone setting up on linux.
Readme talks about development. But deployment (e.g. in a docker container) is something else. Currently I think I have to to:
apt install -y python3 python3-pip gdb elfutils
cd
poetry update && poetry install
to run the program we need to poetry run upload_coredump from the root folder.
poetry run upload_coredump
Additionally, this tool might be mentioned in the sentry platform documentation, also the fact that linux core files are not natively supported.
Cheers!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some suggestions from someone setting up on linux.
Readme talks about development. But deployment (e.g. in a docker container) is something else.
Currently I think I have to to:
apt install -y python3 python3-pip gdb elfutils
cd
into root and runpoetry update && poetry install
to run the program we need to
poetry run upload_coredump
from the root folder.Additionally, this tool might be mentioned in the sentry platform documentation, also the fact that linux core files are not natively supported.
Cheers!
The text was updated successfully, but these errors were encountered: