Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ember): Fix merging env config (#4714)
Previously getting config from macros looks to be potentially pulling a fresh object instance in prod mode, which means the previous assign into the object no longer applies, and if the config didn't have a Sentry entry the initialize would crash. This should hopefully fix this issue for those no longer using config.
- Loading branch information