Skip to content

Commit 8003f7a

Browse files
authored
fix(instrumentation-typeorm): trim operation name (#3030)
1 parent 9f2a10e commit 8003f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/instrumentation-typeorm/src/typeorm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export class TypeormInstrumentation extends InstrumentationBase<TypeormInstrumen
158158
this._wrap(
159159
moduleExports.EntityManager.prototype,
160160
method,
161-
this._patchEntityManagerFunction(method)
161+
this._patchEntityManagerFunction(method.trim())
162162
);
163163
});
164164

0 commit comments

Comments
 (0)