Export Sentry issues to CSV for further analysis
Project description
sentry2csv
Dump Sentry issues to CSV for further analysis.
Use
- Install the package:
pip install sentry2csv
- Get a Sentry API Token from https://sentry.io/settings/account/api/auth-tokens/
- Run the exporter:
sentry2csv <API_TOKEN> <SENTRY_ORG> <SENTRY_PROJECT>
- For example,
sentry2csv f9u3fdu821ed9j10sj19kjd991010 sparkmeter TopSecretProject13
- For example,
This also accepts an optional --enrich
flag. Enrichments augment issues with data from the latest event.
An enrichment is in the form of CSV Field Name=dotted.sentry.path
, and multiple enrichments are comma-separated.
Development
- Clone this repository
- Create a virtualenv with Python 3.7 or greater
- e.g.,
mkvirtualenv -p $(which python3.7) sentry2csv
- e.g.,
- Install the package in editable mode:
pip install -e .[dev]
- Hack away!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sentry2csv-1.0a2.tar.gz
(4.2 kB
view details)
Built Distribution
File details
Details for the file sentry2csv-1.0a2.tar.gz
.
File metadata
- Download URL: sentry2csv-1.0a2.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1779e8e5ae9dcb53efbbaf765ce6dd612afc32c3222358d2afbf57aaf866202 |
|
MD5 | 58e41a98525daf3b51e63742fd6c01de |
|
BLAKE2b-256 | aceeb33c5033bdf913178824f32afc113705360e24219f5e41463f9e59225a75 |
File details
Details for the file sentry2csv-1.0a2-py3-none-any.whl
.
File metadata
- Download URL: sentry2csv-1.0a2-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14a2d319e3012485bdb47333c99470cc903aa80518c77acc47167ca7a366a241 |
|
MD5 | e556476eccecf88d20d5566c7d4b2650 |
|
BLAKE2b-256 | 7f2890ce65e4d3ea3d7b01d65828d39c02e99f1668242c3aae3e8e827da0897c |