Perhaps report_event shouldn't always send to rollbar?
Open
- Dominant language
- Python
- Stars
- 30
- Forks
- 3
- Avg merge
- 9h 28m
- Merged PRs (30d)
- 42
Description
`report_event` is used for very low stakes stuff like completing a liftover, that can happen dozens of times a day
This adds up to a lot of noise sent to rollbar. I feel it might be a good idea to say, dispatch to rollbar or not base on a parameter, or severity/level or something rather than always
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.