[SalesForce] How does salesforce notify the solution provider in the error message “Your Solution Provider has been notified”

We are an ISV partner and sometimes our clients get the following error when working with our package. We want to know where the notification goes and how we are notified so we can catch the bug without having them inform us.

Script-thrown exception Error is in expression '{![MethodName]}' in
component in page [PageName] ([PackageName])
An unexpected error has occurred. Your solution provider has been
notified.

Best Answer

As manjit-singh said in comments:

While creating the packages, Salesforce asks you to SELECT a user for notify on error field. An email is sent to that email address. The details about the email format are given here: https://help.salesforce.com/apex/HTViewHelpDoc?id=code_handling_managed_errors.htm&language=en_US

Related Topic