taborator icon indicating copy to clipboard operation
taborator copied to clipboard

Infiltrator-based interactions aren't fetched

Open ngregoire opened this issue 5 years ago • 0 comments

Hello,

Taborator currently doesn't fetch Infiltrator-based interactions. The API describes two distinct methods: fetchAllCollaboratorInteractions() and fetchAllInfiltratorInteractions().

The polling thread uses only fetchAllCollaboratorInteractions(). Note that simply adding a call to fetchAllInfiltratorInteractions() + insertInteractions() isn't enough (I tried!): Infiltrator-based interactions need some further processing. I looked at HTTP, and the values of "parameter_value" and "stacktrace" need to be extracted from the POST body.

ngregoire avatar Jan 27 '20 22:01 ngregoire