sentry-uniapp
Version:
用于Uniapp/小程序/快应用等平台的 Sentry SDK
21 lines • 460 B
TypeScript
import { Integration } from "@sentry/types";
/**
* IgnoreMpcrawlerErrors
*
* https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/sitemap.html
*/
export declare class IgnoreMpcrawlerErrors implements Integration {
/**
* @inheritDoc
*/
name: string;
/**
* @inheritDoc
*/
static id: string;
/**
* @inheritDoc
*/
setupOnce(): void;
}
//# sourceMappingURL=ignoreMpcrawlerErrors.d.ts.map