Skip to content

Commit 710945c

Browse files
committed
Disable max lines in sentrySpan
1 parent dff89ff commit 710945c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/core/src/tracing/sentrySpan.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable max-lines */
2+
13
import { getClient, getCurrentScope } from '../currentScopes';
24
import { DEBUG_BUILD } from '../debug-build';
35
import { createSpanEnvelope } from '../envelope';

0 commit comments

Comments
 (0)