Allow ExceptionHooks to format exception causes

The new method allows implementors to group platform-specific exceptions
that have the same cause into one metric bucket.

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: Ie9e5db43c6b3444e84c46bf7fc3da0db15c9ebf9
This commit is contained in:
Edwin Kempin
2019-10-31 11:48:31 +01:00
committed by David Pursehouse
parent d31e337bf1
commit 8f29a394a8
3 changed files with 32 additions and 2 deletions

View File

@@ -2752,6 +2752,9 @@ update could not be achieved (e.g. due to slow responding server nodes)
this interface can be used to retry the request instead of failing it
immediately.
It also allows implementors to group exceptions that have the same
cause into one metric bucket.
[[mail-soy-template-provider]]
== MailSoyTemplateProvider