Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Also fix this when span isn't generated
  • Loading branch information
t2t2 committed Aug 27, 2021
commit 3077123cd2b18c341cbbb07ff291d0452794701e
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ export class UserInteractionInstrumentation extends InstrumentationBase<unknown>
}
);
} else {
return plugin._invokeListener(listener, target, args);
return plugin._invokeListener(listener, this, args);
}
};
if (plugin.addPatchedListener(this, type, listener, patchedListener)) {
Expand Down