sentry-bigquery

Plugin for Sentry which allows data forward to BigQuery


License
MIT
Install
pip install sentry-bigquery==0.2.2

Documentation

Sentry BigQuery plugin

Plugin for Sentry which forward data to BigQuery.

Installation

  1. Install this package
pip install sentry-bigquery
  1. Restart your Sentry instance.
  2. Go to your Sentry web interface. Open Settings page of one of your projects.
  3. On Integrations (or Legacy Integrations) page, find BigQuery plugin and enable it.
  4. Configure plugin on Configure plugin page.
  • Add project ID (Dataset ID from admin panel)
  • Add account info file
  1. Done!