We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338ebe0 commit 659a64aCopy full SHA for 659a64a
packages/ra-core/src/core/CoreAdminUI.tsx
@@ -57,11 +57,11 @@ const CoreAdminUI: FunctionComponent<AdminUIProps> = ({
57
}) => {
58
return (
59
<>
60
- {process.env.NODE_ENV === 'development' &&
+ {process.env.NODE_ENV === 'production' &&
61
disableTelemetry !== true &&
62
typeof window !== 'undefined' ? (
63
<img
64
- src={`https://react-admin-telemetry.marmelab.com/react-admin-telemetry?domain=${window.location.hostname}`}
+ src="https://react-admin-telemetry.marmelab.com/react-admin-telemetry"
65
width="0"
66
height=""
67
alt=""
0 commit comments