// a straight copy of the array.full.ts entrypoint,
// but will have different config when passed through rollup
// to allow es5/IE11 support
// it doesn't include recorder which doesn't support IE11,
// and it doesn't include web-vitals which doesn't support IE11
import 'core-js/features/object/from-entries';
import './surveys';
import './exception-autocapture';
import './tracing-headers';
import './array.no-external';
//# sourceMappingURL=array.full.es5.js.map