PaulKujawa

Results 10 comments of PaulKujawa

same for us: We use GitLab, have refreshed the token, gave the token access to our github organization, set all environment variables via a gitlab config file, set the debug...

What is the lifetime of this token? A token can not just expire without being automatically refreshed when this is supposed to be embedded into corporate CI workflows.

@BeInLife when you find time any solution would be highly appreciated!

@ethanshry https://webpack.js.org/guides/typescript/#importing-other-assets might help you. With TS we can also use the paths CompilerOption with TS-loader or AWT, that works.

> > Hello @PaulKujawa, > > Your analysis is good, you can have a look at [#1280 (comment)](https://github.com/DataDog/browser-sdk/issues/1280#issuecomment-1282259473) for our current state around sub apps. > > In your case,...

@bcaudan would it be possible to... do the merge & update of individual sourcemaps on Datadog side? Lets say we have 3 apps, and one "composed" version with 3 source...

@robmosca we actually got it working. We treat all our micro frontends as a monolith, centralising source maps on AWS and providing a composed version to Datadog, as well as...

Any updates on that, @BenoitZugmeyer? We also use Single-SPA and want to switch from Sentry to Datadog RUM in FE 🙏

@colinchilds are you sure DD does not support multiple source maps? @bcaudan essentially proposed exactly what you have over in https://github.com/DataDog/browser-sdk/issues/1777#issuecomment-1282272906. I explained further down the thread how I think...

Is there any updates on this, @bcaudan ?