-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
enhancementNew feature or requestNew feature or requestgauging-interestWe are determining how much interest there is in this featureWe are determining how much interest there is in this feature
Description
We want to implement tracing where we have full control to start and stop the tracing. For example we want to track the time needed from user tap Submit button in screen A until screen B fully loaded. We currently use
https://firebase.google.com/docs/perf-mon/custom-code-traces?platform=flutter#add-custom-code-traces but want to implement it in datadog.
We have tried current solutions from dd-sdk-flutter but found some restrictions:
addTimingseems to only suitable to track screen opened -> something loadedtrack-user-actionhas restriction of 10s and will automatically stopped when user move to another screentrack-custom-resourceneed to be treated as http request, need url, method etc.
We also noticed that datadog android has capability of tracing, is it equivalent to firebase perf custom trace and can we implement it in flutter?
https://docs.datadoghq.com/tracing/trace_collection/dd_libraries/android/?tab=kotlin
Thanks
danielgomezrico, techiro, KikuchiTomo and vincevargadev
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgauging-interestWe are determining how much interest there is in this featureWe are determining how much interest there is in this feature