Initializing APM in child application(like stencil) that renders in parent application which already initialized with different service name

Hi,

We have a stencil application(web component) that renders on any parent applications like angular. We initialized Elastic APM in child app, and noticed that one of the parent apps also using Elastic APM with different service name.

Would this cause any issues?

Note: Parent app installs the agent using script tags, whereas child app install using NPM. Both parent and child apps initializes with different service names.