Skip to content

Commit ac429b6

Browse files
committed
fix: typo
1 parent c41f5ca commit ac429b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instruments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const registration = ()=>{
2020

2121
const signUpEvent = span =>{
2222
for (const module of modules) {
23-
signUpEvent.on(module,(db_type,operation_name,data)=>{
23+
emitter.on(module,(db_type,operation_name,data)=>{
2424
const child_span = global.tracer.startSpan(operation_name,{
2525
childOf: span
2626
})

0 commit comments

Comments
 (0)