« All deprecation guides

Deprecation Guide for Ember.Instrumentation

until: 6.0.0
id: deprecate-import-instrumentation-from-ember

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.