Files
coredump-uploader/README.md
2019-12-06 15:31:45 +01:00

327 B

Coredump Uploader

Requirements:

GDB

elfutils

Usage:

$ export SENTRY_DSN=https://something@your-sentry-dsn/42
$ python upload-coredump.py /path/to/core /path/to/executable

OR

$ python upload-coredump.py /path/to/core /path/to/executable https://something@your-sentry-dsn/42