@sentry/esbuild-plugin
Version:
7 lines (6 loc) • 361 B
TypeScript
import { Options } from "@sentry/bundler-plugin-core";
export declare const sentryEsbuildPlugin: (options?: Options) => any;
declare const _default: (options?: Options) => any;
export default _default;
export type { Options as SentryEsbuildPluginOptions } from "@sentry/bundler-plugin-core";
export { sentryCliBinaryExists } from "@sentry/bundler-plugin-core";