sentry-uniapp
Version:
用于Uniapp/小程序/快应用等平台的 Sentry SDK
28 lines • 531 B
TypeScript
import { Integration } from "@sentry/types";
/** JSDoc */
interface RouterIntegrations {
enable?: boolean;
}
/** UserAgent */
export declare class Router implements Integration {
/**
* @inheritDoc
*/
name: string;
/**
* @inheritDoc
*/
static id: string;
/** JSDoc */
private readonly _options;
/**
* @inheritDoc
*/
constructor(options?: RouterIntegrations);
/**
* @inheritDoc
*/
setupOnce(): void;
}
export {};
//# sourceMappingURL=router.d.ts.map