exception_notification
exception_notification copied to clipboard
Remove actionmailer dependency
Thanks for maintaining this!
I'd like the maintainers to consider removing actionmailer as a required dependency. Including actionmailer increases the size of our gem directory from 21 MB to 54 MB which is a large increase for something we don't need. Half of that increase is from nokogiri which is required by activesupport.
For the project I'm working on we are using the Slack notifier in a Sinatra app running on AWS Lambda. We're trying to keep the project light.
Changing it to a development dependency seems to work great for us: https://github.com/ckhsponge/exception_notification/commit/e3740c085b8089f225944e30edcef6d826a5ea04
Let me know if you'd like a PR.
Thanks!