v1.0.0-beta1edit

Breaking changesedit

  • setLabel() have been moved to under context(): #276

Bug fixesedit

  • Exclude query string from a transaction name: #285
  • Added check that the corresponding extension is loaded before instrumenting it: #228

Featuresedit

  • Added support for distributed tracing: #283
  • Added Error events: #282
  • Add support for TRANSACTION_MAX_SPANS configuration option : #260
  • Added SERVER_TIMEOUT configuration option: #245
  • Automatically capture stack trace for spans: #232
  • Added VERIFY_SERVER_CERT configuration option: #225
  • Implemented sampling (TRANSACTION_SAMPLE_RATE): #216