Skip to content

Commit cada863

Browse files
committed
fix(instrumentations): properly wrap bluebird/js/release/promise
1 parent fe7c4f6 commit cada863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/instrumentations/bluebird.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = {
3232
instrumentations: [
3333
{
3434
path: 'bluebird/js/release/promise',
35-
pre: wrapper
35+
post: wrapper
3636
},
3737
{
3838
path: 'bluebird/js/main/promise',

0 commit comments

Comments
 (0)