UNPKG

@mui/x-telemetry

Version:
7 lines 467 B
export default function notifyAboutMuiXTelemetry() { console.log(`[Attention]: MUI X now collects completely anonymous telemetry regarding usage.`); console.log(`This information is used to shape MUI's roadmap and prioritize features.`); console.log(`You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:`); console.log('https://mui.com/x/guides/telemetry'); console.log(); }