newrelic / newrelic-android-agent

SDK to enable instrumentation of Android mobile apps in New Relic
Apache License 2.0
15 stars 15 forks source link

Instrumentation Insights for Log reporting #278

Closed ndesai-newrelic closed 1 month ago

ndesai-newrelic commented 2 months ago

Added the following parameters to the log payload for each mobile agent for Instrumentation insights

'instrumentation.provider': 'mobile'

'instrumentation.name': [platform name]

'instrumentation.version': [platform version]

‘collector.name’:[AndroidAgent, iOSAgent]

ndesai-newrelic commented 1 month ago

@cthomas-newrelic I fixed the Log_Session_Id here.

ywang-nr commented 1 month ago

Android CI has failed