Skip to content

Commit 038edda

Browse files
committed
remove ts comments
1 parent 373a1ed commit 038edda

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/browser/src/profiling/integration.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ const _browserProfilingIntegration = (() => {
6666

6767
// If there is an active, sampled root span already, notify the profiler
6868
if (rootSpan) {
69-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
70-
// @ts-ignore accessing integration instance property
7169
this._profiler.notifyRootSpanActive(rootSpan);
7270
}
7371

@@ -76,8 +74,6 @@ const _browserProfilingIntegration = (() => {
7674
const laterActiveSpan = getActiveSpan();
7775
const laterRootSpan = laterActiveSpan && getRootSpan(laterActiveSpan);
7876
if (laterRootSpan) {
79-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
80-
// @ts-ignore accessing integration instance property
8177
this._profiler.notifyRootSpanActive(laterRootSpan);
8278
}
8379
}, 0);

0 commit comments

Comments
 (0)