Releases: getsentry/sentry-javascript
Releases · getsentry/sentry-javascript
4.3.3
20 Nov 15:33
Compare
Sorry, something went wrong.
No results found
[build] ref: Dont emit TypeScript helpers in every file separately
[node] fix: Move stacktrace types from devDeps to deps as its exposed
[browser] misc: Added browser examples page
4.3.2
16 Nov 15:29
Compare
Sorry, something went wrong.
No results found
[browser] fix: Typings for npm package
4.3.1
16 Nov 14:38
Compare
Sorry, something went wrong.
No results found
[browser] ref: Breadcrumbs will now be logged only to a max object depth of 2
[core] feat: Filter internal Sentry errors from transports/sdk
[core] ref: Better fingerprint handling
[node] ref: Expose Parsers functions
4.3.0
07 Nov 14:47
Compare
Sorry, something went wrong.
No results found
[browser]: Move ReportingObserver
integration to "pluggable" making it an opt-in integration
[utils]: Use node internal path
/ fs
for store.ts
4.2.4
02 Nov 08:03
Compare
Sorry, something went wrong.
No results found
[browser]: Use withScope
in Ember
integration instead of manual pushPop/popScope
calls
[browser] fix: rethrow errors in testing mode with Ember
integration (#1696 )
[browser/node]: Fix LinkedErrors
integration to send exceptions in correct order and take main exception into the
limit
count
[browser/node] ref: Re-export addGlobalEventProcessor
[core]: Fix InboundFilters
integration so that it reads and merge configuration from the init
call as well
4.2.3
25 Oct 12:29
Compare
Sorry, something went wrong.
No results found
[utils]: bundlerSafeRequire
renamed to dynamicRequire
now takes two arguments, first is should be module
, second
request
/ moduleName
.
4.2.2
25 Oct 09:16
Compare
Sorry, something went wrong.
No results found
[core]: Several internal fixes regarding integration, exports and domain.
[core]: "De-deprecate" name of Integration
interface.
[node]: Export parseRequest
on Handlers
.
4.2.1
23 Oct 11:11
Compare
Sorry, something went wrong.
No results found
[core]: Invert logger logic the explicitly enable it.
[hub]: Require domain
in getCurrentHub
in try/catch - Fixed #1670
[hub]: Removed exposed getter on the Scope.
4.2.0
22 Oct 18:56
Compare
Sorry, something went wrong.
No results found
[browser] fix: Make addBreadcrumb
sync internally, beforeBreadcrumb
is now only sync
[browser] fix: Remove internal console
guard in beforeBreadcrumb
[core] feat: Integrations now live on the Client
. This means that when binding a new Client to the Hub
the client
itself can decide which integration should run.
[node] ref: Simplify Node global handlers code
4.1.1
10 Oct 19:35
Compare
Sorry, something went wrong.
No results found
[browser] fix: Use our own path utils instead of node built-ins
[node] fix: Add colon to node base protocol to follow http module
[utils] feat: Create internal path module