Skip to content

Releases: iopipe/iopipe-js-core

Metrics bugfix and .decorate alias

31 Jan 15:40
Compare
Choose a tag to compare

Creates a .decorate alias for the iopipe wrapper, such that:

// import iopipe as usual
module.exports = iopipe.decorate(function handler(event, context) { …

Also fixes a bug in custom metrics causing metrics to carry across invocations.

v0.1.1 - metrics, fixes Serverless Framework local exec

11 Jan 13:57
Compare
Choose a tag to compare
  • add custom metrics in your functions!
  • fixes a bug with local execution when using Serverless framework