Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this lib work fine in iOS and Android? #187

Open
augustorsouza opened this issue Aug 29, 2024 · 1 comment
Open

Does this lib work fine in iOS and Android? #187

augustorsouza opened this issue Aug 29, 2024 · 1 comment

Comments

@augustorsouza
Copy link

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
Screenshot 2024-08-28 at 22 38 58

@yuzurihaaa
Copy link
Contributor

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. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants