Skip to content

1.0.2 - Don't use CompoundStorage and SentryStorage in Production Context by default

Compare
Choose a tag to compare
@paxuclus paxuclus released this 04 Feb 11:28
· 63 commits to master since this release
6eee760
  1. Development Environments should not log to sentry by default.
  2. The CompoundStorage cannot be initialized if there are errors during a compile run. This causes exceptions in development to be very unhelpful, as all Errors are not caused by the access on null in the CompoundStorage
  3. The CompoundStorage will now throw the exception if storages cannot be initialized