All notable changes to this project will be documented in this file.
- Instrument attributes for metrics and logs.
- Allow overwriting custom attributes.
- Send
CONTENT_START
when resuming a video.
- Memory attributes.
- Device model attributes.
- Improve NRTask console logging, reducing task rendezvous.
- Instrumentation specific tags
- Domain substitution patterns.
- OOTB count metrics aggregated by domain.
nrUpdateConfig
bug.- Documentation errata.
- Remove unused field in NRAgent.
- Crash happening when using a playlist.
- Attribute
domain
to all HTTP events and metrics.
- Harvest initial time, from 10 to 60 seconds.
- Added package json file
- Updated Main.brs with note about HttpEvents
- Metrics API.
- OOTB HTTP metrics.
- Grouped events for
HTTP_CONNECT
/HTTP_COMPLETE
.
- Broken tests.
- Timing issue.
timeSinceHttpRequest
attribute intoHTTP_RESPONSE
events.
counter
attribute intoHTTP_ERROR
events, with value 1, to simplify HTTP related NRQL requests.
- System log events custom grouping mechanism.
- Improve harvest performance in high density event traffic situations.
- New Relic Logs.
- US/EU end point selection.
- added network proxy support
- Fix hbTimer callback attachment
- Fix NewRelicVideoStop function - remove license status observer.
totalAdPlaytime
attribute and NRAgentnrAddToTotalAdPlaytime
public method (not wrapped).
- Unit testing.
nrGetOSVersion
bug.
- Ad errors.
- Support for Ad trackers: RAF and Google IMA.
- Use
GetOSVersion()
(when available) instead of deprecatedGetVersion()
.
- DRM related events and attributes.
- Fix NewRelicVideoStop function - remove timer observer.
- Added NewRelicVideoStop function. In case the scene changes from the one containing a video player to another without it.
- Improved how the events are sent to New Relic. Now are sent in batches, instead of one by one.
- In case of a network link disconnection, the NRTask doesn't wait forever.
- Check if
Video.content
exists before using it.
- Multiple bug fixes.
- Improve nrGetBackEvents and nrExtractAllEvents array handling.
- Check for the existance of errorInfo before adding attributes.
- Attribute totalPlaytime.
- Attribute timeToStartStreaming.
- Attribute playtimeSinceLastEvent.
- Attribute uptime.
- Update documentation.
- Issue with all timeSinceXXX attributes.
- Reduce rendezvous events in NRTask.
- Error attributes.
- Update documentation.
- Improve task rendezvous.
- Update documentation.
- Argument "nr" from NewRelicSystemStart function.
- Use post async in NRTask.
- Initial Version.