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:
parent
8cc9414b5f
commit
2410143ba0
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue