Closed dhritzkiv closed 8 years ago
Nice! I like how this solution lets winston-sentry take advantage of new features added to Raven without any code changes. I'm going to close #24.
Any word on merging this @guzru?
Looks good to me 👍
@Peter-Barrett any chance for an npm release of this soon?
@dhritzkiv released to npm
Pass transport constructor options to raven constructor after parsing transport-specific options.
Expands on #24, but allows any property to be passed to the Raven constructor.
The
delete options.x
lines may not be necessary (as including those properties may not have any side-effects), but just in case…