« All deprecation guides
Deprecation Guide for Ember.Instrumentation
Previously, Instrumentation could be accessed via the Ember import:
import Ember from 'ember';
Ember.Instrumentation
Instrumentation is also private.
If needed, Instrumentation can be imported:
import { * } from '@ember/instrumentation';
However, due to Instrumentation being private, it is not recommended, nor supported.