Files
klz-cables.com/.pnpm-store/v10/files/5b/36cded5451747cffe7a05dd6cb6fb7277b2b4d9d118b5c14f243f68ade0dd1f01e53db8dd371d404bb24e2d964026e3ee3495ca85000e0dd984f236f8c3c33
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

16 lines
752 B
Plaintext

import type { CoreOptions } from '../types-hoist/options';
/**
* A builder for the SDK metadata in the options for the SDK initialization.
*
* Note: This function is identical to `buildMetadata` in Remix and NextJS and SvelteKit.
* We don't extract it for bundle size reasons.
* @see https://github.com/getsentry/sentry-javascript/pull/7404
* @see https://github.com/getsentry/sentry-javascript/pull/4196
*
* If you make changes to this function consider updating the others as well.
*
* @param options SDK options object that gets mutated
* @param names list of package names
*/
export declare function applySdkMetadata(options: CoreOptions, name: string, names?: string[], source?: string): void;
//# sourceMappingURL=sdkMetadata.d.ts.map