FEATURE: instrument add-on discovery and instantiation. Close #9373 by gnananveshReddy · Pull Request #10924 · ember-cli/ember-cli

This PR adds Heimdall instrumentation nodes for addon discovery and instantiation as requested in #9373.

Technical Details:

=> Added ember-cli:addon-instantiation node in lib/models/instantiate-addons.js.

=> Added ember-cli:addon-discovery node in lib/models/package-info-cache/index.js.

Followed the two-space indentation syntax and ensured all nodes are stopped, including early return paths.

Testing:

=> Ran the test suite via pnpm test.