Skip to content

v0.2.4

Compare
Choose a tag to compare
@a-feld a-feld released this 17 Apr 20:28

New Features

Support for sending Events to New Relic. (#16)

Events can now be sent to New Relic via the SDK! πŸŽ‰ See the documentation for details!

Bug Fixes

Batch tags without a copy method raise an AttributeError. (#15)

Using a custom mapping class without a copy method for tags within batches resulted in a crash. Custom mapping classes are now properly converted to a dict for internal use by batches in the New Relic Python SDK.