Files
klz-cables.com/.pnpm-store/v10/files/90/6796a88613f931d6bcd9e520dae165f876ea82619fb45c802a53656b05bc42e784486e50a63210d505a5b0676c1f433a96c369066d82c398d3f6036bd1e308
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

19 lines
798 B
Plaintext

import { Integration, Options } from '@sentry/core';
import { NodeClient } from '@sentry/node-core';
import { NodeOptions } from '../types';
/**
* Get default integrations, excluding performance.
*/
export declare function getDefaultIntegrationsWithoutPerformance(): Integration[];
/** Get the default integrations for the Node SDK. */
export declare function getDefaultIntegrations(options: Options): Integration[];
/**
* Initialize Sentry for Node.
*/
export declare function init(options?: NodeOptions | undefined): NodeClient | undefined;
/**
* Initialize Sentry for Node, without any integrations added by default.
*/
export declare function initWithoutDefaultIntegrations(options?: NodeOptions | undefined): NodeClient | undefined;
//# sourceMappingURL=index.d.ts.map