mikebz / sentry-trends

A Python script that grabs Sentry events and outputs them as CSV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sentry-trends

A Python script that grabs Sentry events and outputs them as CSV

To use this cript:

  • first you need to make a copy of the config_example.ini into config.ini. Then you will need to populate the Sentry API key, your organization slug and your project slug.
  • create a virtual environment
  • pip install the requirements

The default timespan to grab the events into CSV is 7 days, but it's configurable.

There are tests you can run if you want to enhance or refactor this utility, but you will need to make sure your config.ini is properly set up because the tests make live calls to Sentry.

Sample usage:

python main.py 

About

A Python script that grabs Sentry events and outputs them as CSV

License:MIT License


Languages

Language:Python 100.0%