- packages/log → packages/bugcollect - XLog → BugCollect - logApiUrl/logEnabled → bugCollectApiUrl/bugCollectEnabled - withXuqmLog → withBugCollect - typecheck 通过 Co-Authored-By: Claude <noreply@anthropic.com>
3 行
134 B
TypeScript
3 行
134 B
TypeScript
export { BugCollect } from './BugCollect'
|
|
export type { LogLevel, Environment, LogEvent, IssueEvent, BugCollectEvent } from './types'
|