6.6.0
·
10205 commits
to develop
since this release
- [node] feat: Allow for overriding custom
UrlParserin Node.js transports (#3612) - [browser] feat: Add
serializeAttributeoption to DOM breadcrumbs. (#3620) - [nextjs] fix:
Improve NextConfigExportscompatibility (#3592) - [nextjs] fix: Use correct abs path for server init (#3649)
- [angular] fix: Do not run change detection when capturing the exception (#3618)
- [angular] fix: Do not run change detection when finishing transaction (#3622)
- [angular] fix: Provide a single compilation unit for the
tracedirective (#3617) - [utils] fix: Check for
performance.nowwhen calculating browser timing (#3657) - [integrations] fix: Run rewriting for both
exceptionandstacktraceevents (#3653) - [node] ref: Replace old-style
require(console)with a global object (#3623) - [node] ref: Make
HTTPModulemore abstract to be able to use it in non-Node.JS environments (#3655) - [nextjs] ref: Export
BrowserTracingintegration directly from@sentry/nextjs(#3647)