In order to make querying longtasks easier we need to add aggregation over longtasks to transactions. The RUM agent provides this aggregation under the experience field as follows:
{
experience: {
longtask: {
sum: number,
max: number,
count: number
}
}
}
Shortened form:
{
exp: {
lt: {
sum: number,
max: number,
count: number
}
}
}
Note: longtask is optional and might not be present in the payload.
@axw , would you please provide a timeline for this change?
In order to make querying longtasks easier we need to add aggregation over longtasks to transactions. The RUM agent provides this aggregation under the experience field as follows:
Shortened form:
Note: longtask is optional and might not be present in the payload.
@axw , would you please provide a timeline for this change?