getsentry / coredump-uploader

Coredump uploader
MIT License
13 stars 6 forks source link

Add deployment documentation #2

Open kristjanvalur opened 3 years ago

kristjanvalur commented 3 years ago

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:

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!