datadog-ci icon indicating copy to clipboard operation
datadog-ci copied to clipboard

[Question] Micro FrontEnd support

Open ghoullier opened this issue 1 year ago • 0 comments

Feature request description

Documentation explain the point below:

Note: Re-uploading a source map does not override the existing one if the version has not changed.

Our application is a collection of multiple micro frontends and RUM is configured under a single service.

Is to possible to call upload sourcemap with same service and release-version but with a different prefix?

datadog-ci sourcemaps upload ./mfe-1 --service=my-service --release-version=v2.0.0 --minified-path-prefix=https://hostname.com/mfe-1/v7.0.0

datadog-ci sourcemaps upload ./mfe-2 --service=my-service --release-version=v2.0.0 --minified-path-prefix=https://hostname.com/mfe-2/v2.0.0

datadog-ci sourcemaps upload ./mfe-3 --service=my-service --release-version=v2.0.0 --minified-path-prefix=https://hostname.com/mfe-3/v4.0.0

Solution

No response

Additional context

No response

Command

sourcemaps

ghoullier avatar Sep 20 '23 14:09 ghoullier