We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cb95e commit e3d11f3Copy full SHA for e3d11f3
packages/node/src/sdk.ts
@@ -109,7 +109,6 @@ export const defaultIntegrations = [
109
*
110
* @see {@link NodeOptions} for documentation on configuration options.
111
*/
112
-// eslint-disable-next-line complexity
113
export function init(options: NodeOptions = {}): void {
114
const carrier = getMainCarrier();
115
const autoloadedIntegrations = carrier.__SENTRY__?.integrations || [];
0 commit comments