Skip to content

Commit

Permalink
feat: onboarding flow - add analytics - update webpack config (SigNoz…
Browse files Browse the repository at this point in the history
  • Loading branch information
YounixM authored and manishm committed Sep 27, 2023
1 parent c315214 commit 28da2c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const plugins = [
'process.env': JSON.stringify({
FRONTEND_API_ENDPOINT: process.env.FRONTEND_API_ENDPOINT,
INTERCOM_APP_ID: process.env.INTERCOM_APP_ID,
SEGMENT_ID: process.env.SEGMENT_ID,
}),
}),
new MiniCssExtractPlugin(),
Expand Down

0 comments on commit 28da2c6

Please sign in to comment.