mozilla-services / shavar

Tracking Protection update service for Firefox based on Safe Browsing protocol
Mozilla Public License 2.0
20 stars 10 forks source link

Remove or replace heka_plugin_raven #151

Open say-yawn opened 4 years ago

say-yawn commented 4 years ago

About this Issue

After accomplishing #150 and have moved from raven to sentry-sdk, some of the tests files uses the heck_plugin_raven which should be either be removed or replaced.

As @jwhitlock pointed out here

There are a few instances of raven in the shavar/tests folder, in config sections such as [heka_plugin_raven]. Those may need to be removed, or it could signal a new heka plugin is needed.

There's also a line in shaver.testing.ini, which is mentioned in README.md for local development, so that may be a place to figure it out.