Files
klz-cables.com/.pnpm-store/v10/files/cf/0e79f377b1908b9bc47ba00fc73dae89bf24bc57c68a24e4ebda8ce5381b488656982ceb7467baed30150a242f1f60aaec13c2cc9beb52aff187e74f0551f5
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

13 lines
684 B
Plaintext

import type { Client, Integration, Options } from '@sentry/core';
import { VercelEdgeClient } from './client';
import type { VercelEdgeOptions } from './types';
/** Get the default integrations for the browser SDK. */
export declare function getDefaultIntegrations(options: Options): Integration[];
/** Inits the Sentry NextJS SDK on the Edge Runtime. */
export declare function init(options?: VercelEdgeOptions): Client | undefined;
export declare function setupOtel(client: VercelEdgeClient): void;
/**
* Returns a release dynamically from environment variables.
*/
export declare function getSentryRelease(fallback?: string): string | undefined;
//# sourceMappingURL=sdk.d.ts.map