Bug Fixes
- express: fix error in express plugin with capturing groups in routes (#468), fixes #466
- plugins: fix span types for http servers and clients (#470)
- typescript: fix missing TracerOptions.url typing (#476), thanks @lennyburdette!
Features
- cassandra-driver: add support for auto instrumentation of cassandra-driver (#472)
- core: add support for disabling individual plugins (#471)
- core: add client configuration of trace analytics (#469)
- core: add synthetics integration (#461)
- core: add tracer.trace() and tracer.wrap() as high level APIs (#457)
- graphql: add span type to graphql to enable syntax highlighting (#474)
- koa: add automatic instrumentation for koa middleware (#463)
- pg: add support for pg-native (#473), closes #334