* Replace logConfig with zapcore.Core
* Add SyncFunc type and tests
* Change Sentry functions to accept a *sentry.Client
This allows the caller to do the error handling.
* Rename newCoreConfig to newCore
* Remove redundant WithCore option
* Update doc comments