Hi All,

Heroku recommend, in their docs, that you use hoptoad or similar for
exception reporting.  Great idea.

They also recommend that you use environment vars for setting secret
information that should not be in your codebase.  Another great idea.

However if you are going to do this.... watch out!   Hoptoad will
email you your whole environment.

This means that any config vars you set will be emailed in the clear.
That's not great for things like your Amazon S3 secret key.

Hoptoad provide a solution:

 http://help.hoptoadapp.com/faqs/troubleshooting-2/environment-filters

I reckon Heroku should point this out in their docs, and so should
hoptoad: neither of them do, at the moment.

GaJ


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to