-
Notifications
You must be signed in to change notification settings - Fork 58
Description
Is your feature request related to a problem?
If so, provide a concise description of the problem.
There is an android solution to sending telemetry using this SDK. But I want to send telemetry to Kusto in a pure JVM project. This program runs in Ubuntu, Mac OS and Windows.
Describe the solution you'd like.
What do you want to happen instead? What is the expected behavior?
Please add support for sending telemetry in a pure JVM project. I checked out the aar generated for Android and there is not much Android specific feature used in that. So, it should not be too hard to just support pure Java projects.
Describe alternatives you've considered.
Which alternative solutions or features have you considered?
We already use very old ARIA jar. That one doesn't persist the telemetry and ends up loosing quite a bit of telemetry. More specifically when my Java process ends just after the build, sending telemetry related to that build is not stable.
Additional context.
Add any other context about the feature request here.
I see multiple developers asking for similar solution in our internal Teams Channels.