We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338ebe0 commit 7347615Copy full SHA for 7347615
packages/ra-core/src/core/CoreAdminUI.tsx
@@ -57,7 +57,7 @@ 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
0 commit comments