diff --git a/core.go b/core.go index 6c99c83..0c92478 100644 --- a/core.go +++ b/core.go @@ -10,7 +10,7 @@ const ( traceSkipFrames = 2 ) -func NewZapSentryCore(cfg Configuration, factory SentryClientFactory) (zapcore.Core, error) { +func NewCore(cfg Configuration, factory SentryClientFactory) (zapcore.Core, error) { client, err := factory() if err != nil { return zapcore.NewNopCore(), err