@sentry/remix
Version:
Official Sentry SDK for Remix
8 lines • 337 B
TypeScript
import { Options } from '@sentry/types';
/**
* A builder for the SDK metadata in the options for the SDK initialization.
* @param options sdk options object that gets mutated
* @param names list of package names
*/
export declare function buildMetadata(options: Options, names: string[]): void;
//# sourceMappingURL=metadata.d.ts.map