hardhat
Version:
Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
12 lines • 541 B
TypeScript
export declare const SENTRY_DSN = "https://572b03708e298427cc72fc26dac1e8b2@o385026.ingest.us.sentry.io/4508780138856448";
/**
* @deprecated Use packages/hardhat/src/internal/cli/telemetry/error-reporter/reporter.ts
* instead.
*/
export declare function sendErrorTelemetry(error: Error, hint?: {
unhandled?: boolean;
mechanismType?: string;
}): Promise<boolean>;
export declare function setCliHardhatConfigPath(configPath: string): void;
export declare function _testResetReporter(): void;
//# sourceMappingURL=reporter.d.ts.map