Skip to content

0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@rochdev rochdev released this 15 Jun 17:39
· 2951 commits to master since this release
28049d9

New Integrations

  • elasticsearch: add elasticsearch integration (#123)
  • amqplib: add amqplib integration (#143)
  • graphql: add graphql integration (#145)

Improvements

  • core: update to always use async_hooks/AsyncWrap instead of async-listener (#150)

Bug Fixes

  • core: fix span type being set to undefined when not explicitly set (#130)
  • core: fix resource name not being the operation name by default (#129)
  • mysql: fix unused code in mysql and mysql2 plugins causing errors (#133), closes #132
  • core: fix integer types not matching the agent expected types (#137), closes #135
  • core: fail the span if error tag is true (#140), closes #139, thanks @jizhang27!
  • redis: fix redis version to exclude major version bumps (#149)