mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-13 23:15:57 +08:00
feat: onboarding flow - add analytics - update webpack config (#3597)
This commit is contained in:
parent
6654dd2672
commit
ccada08db5
@ -35,6 +35,7 @@ const plugins = [
|
|||||||
'process.env': JSON.stringify({
|
'process.env': JSON.stringify({
|
||||||
FRONTEND_API_ENDPOINT: process.env.FRONTEND_API_ENDPOINT,
|
FRONTEND_API_ENDPOINT: process.env.FRONTEND_API_ENDPOINT,
|
||||||
INTERCOM_APP_ID: process.env.INTERCOM_APP_ID,
|
INTERCOM_APP_ID: process.env.INTERCOM_APP_ID,
|
||||||
|
SEGMENT_ID: process.env.SEGMENT_ID,
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
new MiniCssExtractPlugin(),
|
new MiniCssExtractPlugin(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user