@appsignal/plugin-path-decorator
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0-beta.2
@@ -8,3 +8,3 @@ "use strict"; | ||
}; | ||
this._hooks.decorators.push(decorator); | ||
this.addDecorator(decorator); | ||
}; | ||
@@ -11,0 +11,0 @@ } |
@@ -6,3 +6,3 @@ function pathDecoratorPlugin(options) { | ||
}; | ||
this._hooks.decorators.push(decorator); | ||
this.addDecorator(decorator); | ||
}; | ||
@@ -9,0 +9,0 @@ } |
{ | ||
"name": "@appsignal/plugin-path-decorator", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0-beta.2", | ||
"main": "dist/cjs/index.js", | ||
@@ -24,3 +24,3 @@ "module": "dist/esm/index.js", | ||
}, | ||
"gitHead": "ff2457cd315cc1ebdecb01b52daf546f21aefcea" | ||
"gitHead": "59dc875708a7e6138cfd60960e5f9036e885e64c" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4252