Hi,
This may be a newb question, but I've never worked on a Django project that's set up anything like Sentry.
I've installed Sentry using the easyinstall process. Very nice experience. Now I'd like to add in the webhooks plugin and make a slight change in the functionality. The only problem is that I need to keep the changes in our team's repository.
Ideally the file structure would look like this:
sentry-venv/
-bin/
-lib/
-my-repository/
--sentry.conf
--some-sentry-plugin/
Is this possible? If it is, how would I go about telling Sentry where to find it?
Thanks folks!
Dustin Nation