https://github.com/bufferapp/segment-protocols-bugsnag
Serverless function that send Segment Protocols Violations to Bugsnag
https://github.com/bufferapp/segment-protocols-bugsnag
Last synced: 10 months ago
JSON representation
Serverless function that send Segment Protocols Violations to Bugsnag
- Host: GitHub
- URL: https://github.com/bufferapp/segment-protocols-bugsnag
- Owner: bufferapp
- License: mit
- Created: 2019-08-20T09:01:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T15:03:10.000Z (over 6 years ago)
- Last Synced: 2025-05-26T05:13:51.625Z (11 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Segment Protocols to Bugsnag
Serverless function that send Segment Protocols Violations to Bugsnag.
## Quickstart
1. Enable [Protocols Audit Source in Segment](https://segment.com/docs/protocols/anomaly_detection/).
2. Create a [Google Cloud Function destination also in Segment](https://segment.com/docs/destinations/google-cloud-function/).
3. Grab the `BUGSNAG_API_KEY` from yourr Bugsnag Project.
4. Add `BUGSNAG_API_KEY` and `AUTH_TOKEN` (from the [Google Cloud Segment Destination](https://segment.com/docs/destinations/google-cloud-function/#configure-google-cloud-function-destination)) to your environment.
5. Run `make`