Releases: getsentry/sentry-javascript
Releases · getsentry/sentry-javascript
4.5.0
- [core] feat: Deprecate
captureEvent, prefersendEventfor transports.sendEventnow takes a string (body)
instead ofEventobject. - [core] feat: Use correct buffer for requests in transports
- [core] feat: (beta) provide esm build
- [core] ref: Change way how transports are initialized
- [core] ref: Rename
RequestBuffertoPromiseBuffer, also introduce limit - [core] ref: Make sure that captureMessage input is a primitive
- [core] fix: Check if value is error object in extraErrorData integration
- [browser] fix: Prevent empty exception values
- [browser] fix: Permission denied to access property name
- [node] feat: Add file cache for providing pre/post context in frames
- [node] feat: New option
frameContextLines, if set to0we do not provide source code pre/post context, default is
7lines pre/post - [utils] fix: Use custom serializer inside
serializemethod to prevent circular references
4.4.2
4.4.1
4.4.0
- [node] HTTP(S) Proxy support
- [node] Expose lastEventId method
- [browser] Correctly detect and remove wrapped function frames
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.2.4
- [browser]: Use
withScopeinEmberintegration instead of manualpushPop/popScopecalls - [browser] fix: rethrow errors in testing mode with
Emberintegration (#1696) - [browser/node]: Fix
LinkedErrorsintegration to send exceptions in correct order and take main exception into the
limitcount - [browser/node] ref: Re-export
addGlobalEventProcessor - [core]: Fix
InboundFiltersintegration so that it reads and merge configuration from theinitcall as well