config.js 330 B

1234567891011
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.config = void 0;
  4. exports.config = {
  5. onUnhandledError: null,
  6. onStoppedNotification: null,
  7. Promise: undefined,
  8. useDeprecatedSynchronousErrorHandling: false,
  9. useDeprecatedNextContext: false,
  10. };
  11. //# sourceMappingURL=config.js.map