-
public class BacktraceAttributes
Class instance to get a built-in attributes from current application
-
-
Field Summary
Fields Modifier and Type Field Description public Map<String, String>
attributes
private final Map<String, Object>
complexAttributes
-
Constructor Summary
Constructors Constructor Description BacktraceAttributes(Context context, BacktraceReport report, Map<String, Object> clientAttributes)
Create instance of Backtrace Attribute BacktraceAttributes(Context context, Map<String, Object> clientAttributes)
BacktraceAttributes(Context context, BacktraceReport report, Map<String, Object> clientAttributes, Boolean includeDynamicAttributes)
-
Method Summary
Modifier and Type Method Description Map<String, Object>
getComplexAttributes()
Map<String, Object>
getAllAttributes()
-
-
Constructor Detail
-
BacktraceAttributes
BacktraceAttributes(Context context, BacktraceReport report, Map<String, Object> clientAttributes)
Create instance of Backtrace Attribute- Parameters:
context
- application contextreport
- received Backtrace reportclientAttributes
- client's attributes (report and client)
-
-
Method Detail
-
getComplexAttributes
Map<String, Object> getComplexAttributes()
-
getAllAttributes
Map<String, Object> getAllAttributes()
-
-
-
-