« All deprecation guides

Deprecation Guide for Ember._captureRenderTree

until: 6.0.0
id: deprecate-import--capture-render-tree-from-ember

Previously, _captureRenderTree could be accessed via the Ember import:

import Ember from 'ember';

Ember._captureRenderTree

_captureRenderTree is also private.

If needed, _captureRenderTree can be imported:

import { captureRenderTree } from '@ember/debug';

However, due to _captureRenderTree being private, it is not recommended, nor supported.