Skip to content

Fix transactions with an app start time  #3044

@krystofwoldrich

Description

@krystofwoldrich

Description

Do not add app starts that began a long time before a transaction

I could not reproduce the behavior but I've seen it happening in customers apps. Sometimes app start from 30 minutes/an hour ago would be added to a transaction. We should not add the app start time if it's not close to the start of the transaction and remove it from memory.

Screenshot 2023-05-04 at 22 35 04

Do not add app start times spans longer than a threshold

We drop measurements longer than 60s but not spans, we should drop the spans too.
Current limit:

private static _maxAppStart: number = 60000;

Metadata

Metadata

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions