Skip to content

Commit 705e3c1

Browse files
committed
fix lint
1 parent 088ae9e commit 705e3c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/opentelemetry/src/asyncLocalStorageContextManager.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ export class SentryAsyncLocalStorageContextManager implements ContextManager {
9999
}
100100

101101
private _bindFunction(context: Context, target: ListenerFn): ListenerFn {
102-
// oxlint-disable-next-line @typescript-eslint/no-this-alias -- need stable ref for non-arrow wrapper
103102
const managerWith = this.with.bind(this);
104103
const contextWrapper = function (this: never, ...args: unknown[]) {
105104
return managerWith(context, () => target.apply(this, args));

0 commit comments

Comments
 (0)