ref: update readme

This commit is contained in:
Armin Ronacher
2020-02-28 12:34:49 +01:00
parent 75ba3d012c
commit db9165932d
3 changed files with 10 additions and 3 deletions

View File

@@ -601,7 +601,11 @@ class CoredumpUploader(object):
)
@click.pass_context
def cli(context, path_to_executable, sentry_dsn, gdb_path, elfutils_path, all_threads):
"""Initialize Sentry-dsn and Coredump-uploader"""
"""Sentry coredump uploader
This utility can upload core dumps to sentry by stack walking them with the help
of GDB.
"""
sentry_sdk.init(sentry_dsn, max_breadcrumbs=0)
uploader = CoredumpUploader(
path_to_executable, sentry_dsn, gdb_path, elfutils_path, all_threads