Releases: getsentry/sentry-javascript
Releases · getsentry/sentry-javascript
4.6.4
- [utils] fix: Prevent decycling from referencing original objects
- [utils] fix: Preserve correct name when wrapping
- [raven-node] test: Update raven-node tests for new node version
4.6.3
- [utils] fix: Normalize value before recursively walking down the tree
- [browser] ref: Check whether client is enabled for reportDialog and log instead of throw
4.6.2
- [utils] fix: Preserve function prototype when filling
- [utils] fix: use a static object as fallback of the global object
- [node] feat: Read from
SENTRY_RELEASEandSENTRY_ENVIRONMENTif present
4.6.1
- [utils] fix: Patch
tslib_1__defaultregression and add additional tests around it
4.6.0
- [loader] fix: Detect if
inithas been called in an onload callback - [core] fix: Use correct frame for
inboundFiltermethods - [core] ref: Multiple
initcalls have been changed to "latest wins" instead of "ignore all after first" - [core] feat: Introduce
flushmethod which currently is an alias forclose - [node] feat: If
options.dsnis undefined when callinginitwe try to load it fromprocess.env.SENTRY_DSN - [node] feat: Expose
flushandcloseonSentry.* - [node] feat: Add
sentryto express error handler response which contains theevent_idof the error
4.5.4
- [browser] fix:
DOMErrorandDOMExceptionshould be error level events - [browser] ref: Log error if Ember/Vue instances are not provided
- [utils] fix: Dont mutate original input in
decycleutil function - [utils] fix: Skip non-enumerable properties in
decycleutil function - [utils] ref: Update
wrapmethod to hide internal Sentry flags - [utils] fix: Make internal Sentry flags non-enumerable in
fillutil
4.5.3
4.5.2
4.5.1
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