Skip to content

Commit e3d11f3

Browse files
committed
remove lint disable
1 parent 93cb95e commit e3d11f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/node/src/sdk.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ export const defaultIntegrations = [
109109
*
110110
* @see {@link NodeOptions} for documentation on configuration options.
111111
*/
112-
// eslint-disable-next-line complexity
113112
export function init(options: NodeOptions = {}): void {
114113
const carrier = getMainCarrier();
115114
const autoloadedIntegrations = carrier.__SENTRY__?.integrations || [];

0 commit comments

Comments
 (0)