fec.config: prefix paths

The paths of each artefact needs to be prefixed to reflect where the
static resources are hosted on consoledot (which is under
/apps/image-builder).
This commit is contained in:
Sanne Raymaekers 2024-11-15 17:19:13 +01:00 committed by Klara Simickova
parent 8cc9414b5f
commit 2410143ba0

View file

@ -61,6 +61,7 @@ if (process.env.SENTRY_AUTH_TOKEN) {
authToken: process.env.SENTRY_AUTH_TOKEN,
org: process.env.SENTRY_ORG,
project: process.env.SENTRY_PROJECT,
urlPrefix: '~/apps/image-builder',
_experiments: {
moduleMetadata: ({ release }) => ({
dsn: process.env.SENTRY_DSN,