Hi,
Recently I found that the ${latestEvent.summaryMessage} and ${latestEvent.eventMessage} of Mobile App New Crash events will contains double quote " in the message.
This will broke our HTTP template which try to form HTTP payload in JSON format....
Hi Atyuda,
Thanks for the reply.
I tried with
{
#set ($newSummary = '$esc.java(${latestEvent.summaryMessage})')
"summaryMessage": "$newSummary"
}
and it returns the payload exactly with "summaryMessage": "$newSummary"
I tried with:
{ "summaryM...