UNPKG
@mui/x-telemetry
Version:
latest (9.9.0)
latest-v8 (8.29.0)
next (9.0.0-rc.0)
9.9.0
9.7.0
9.2.0
9.1.0
9.0.2
9.0.0
9.0.0-rc.0
9.0.0-alpha.2
9.0.0-alpha.0
8.29.0
8.20.0
8.19.0
8.18.0
8.16.0
8.15.0
8.14.1
8.14.0
8.12.0
8.11.3
8.11.2
8.11.0
8.5.4
8.5.3
8.5.2
8.5.1
8.5.0
8.4.0
8.3.1
8.3.0
8.2.0
8.0.0
8.0.0-beta.3
8.0.0-beta.2
8.0.0-beta.0
8.0.0-alpha.14
8.0.0-alpha.12
MUI X Telemetry.
mui.com/x/guides/telemetry/
mui/mui-x
@mui/x-telemetry
/
esm
/
runtime
/
events.js
9 lines
•
256 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
noop
= (
) =>
null
;
const
muiXTelemetryEvents = {
licenseVerification
: process.
env
.
NODE_ENV
===
'production'
? noop :
(
context, payload
) =>
({
eventName
:
'licenseVerification'
, payload, context }) };
export
default
muiXTelemetryEvents;