File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
packages/browser/src/profiling Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments