You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In pub.dev, only Platform = Web label is used for this lib: https://pub.dev/packages/opentelemetry
Describe the solution you'd like
If this lib doesn't drain battery, memory, etc and works fine in iOS and Android I think the label in pub.dev should be updates
Describe alternatives you've considered
If this lib doesn't work fine in mobile, just let me know please :)
Additional context
The text was updated successfully, but these errors were encountered:
To answer your question if this works fine in iOS and Android, yes it is. You can implement limit to avoid using big memory, but the data saved in buffer is removed during exporting. Also to avoid frequent export, you can manually set larger delay in batch processor
I am currently using this to trace our Point of Sales app that is running on not so high end devices, querying multiple hardware data into Attributes, and I can assure u from my current job POV there are no performance issue caused by this package (I am using default value for limits and delay. :)
Is your feature request related to a problem? Please describe.
In pub.dev, only
Platform = Web
label is used for this lib: https://pub.dev/packages/opentelemetryDescribe the solution you'd like
If this lib doesn't drain battery, memory, etc and works fine in iOS and Android I think the label in pub.dev should be updates
Describe alternatives you've considered
If this lib doesn't work fine in mobile, just let me know please :)
Additional context
The text was updated successfully, but these errors were encountered: