Skip to content

Commit

Permalink
fix: stringify scarf pixel value (apache#26351)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho authored and sfirke committed Mar 22, 2024
1 parent 5503134 commit 846bd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const plugins = [
'process.env.WEBPACK_MODE': JSON.stringify(mode),
'process.env.REDUX_DEFAULT_MIDDLEWARE':
process.env.REDUX_DEFAULT_MIDDLEWARE,
'process.env.SCARF_ANALYTICS': process.env.SCARF_ANALYTICS,
'process.env.SCARF_ANALYTICS': JSON.stringify(process.env.SCARF_ANALYTICS),
}),

new CopyPlugin({
Expand Down

0 comments on commit 846bd24

Please sign in to comment.