This commit is contained in:
drindhauser
2020-02-19 10:34:23 +01:00
parent 3bae41bc9e
commit 9c0b1f98b0
3 changed files with 16 additions and 8 deletions

View File

@@ -9,15 +9,23 @@
## Usage
### Upload coredump
````
$ export SENTRY_DSN=https://something@your-sentry-dsn/42
$ upload_coredump /path/to/core /path/to/executable
$ upload_coredump /path/to/core upload /path/to/executable
````
OR
````
$ upload_coredump /path/to/core /path/to/executable --sentry-dsn https://something@your-sentry-dsn/42
$ upload_coredump --sentry-dsn https://something@your-sentry-dsn/42 /path/to/executable upload /path/to/core
````
### Watch for coredumps
````
$ upload_coredump --sentry-dsn https://something@your-sentry-dsn/42 /path/to/executable watch /path/to/dir
````
## Development