newrelic / video-agent-roku

New Relic Agent for Roku
Apache License 2.0
18 stars 18 forks source link

Replace GetVersion() with roDeviceInfo.GetOsVersion() #52

Closed cjmccarthy closed 1 year ago

cjmccarthy commented 1 year ago

The GetVersion() API has been deprecated. Use the roDeviceInfo.GetOsVersion() function instead, which was introduced in Roku 9.2 OS, to get the major, minor, revision, and build numbers of the Roku OS running on a device. Path: /components/vendor/newrelic/NRAgent.brs. Line: 846

asllop commented 1 year ago

Already fixed in version 1.1.3: https://github.com/newrelic/video-agent-roku/blob/master/CHANGELOG.md#113---20210414