- add
@backtrace/sdk-core
as normal dependency to fix typings
- fix old
@backtrace/sdk-core
bundled with the package
- update
@backtrace/sdk-core
to0.5.0
- update code to use ES modules (#268, #279)
- emit CJS and ES modules (#268, #279)
- fix abort event not being removed from signal (#265)
- added a new HTTP header to report submission layer (#246)
- update
@backtrace/sdk-core
to0.3.0
- update
@backtrace/sdk-core
to0.2.0
- add middleware modes to redux middleware, move JSON action to breadcrumb attributes
- fix global is undefined error (#187)
- add abort support to metrics and request handlers
- library rename to
@backtrace/browser
- update
@backtrace/sdk-core
to0.0.5
- add file system abstractions
- use
ErrorEvent
message
field iferror
field isundefined
in unhandled exception/rejection handlers - add support for
bigint
serialization - add
jsonEscaper
toJSON.stringify()
and don't assume action exists inBacktraceReduxMiddleware
- update
@backtrace/sdk-core
to0.0.4
- combine
Error
andstring
overloads insend
- use single global client instance
- update attachment management to use
addAttachment
instead of a mutable array - fix typo in
referrer
attribute
- update
@backtrace/sdk-core
to0.0.3
- add deferred user attributes
- fix skipping stack frame with message reports
- fix missing library name
- update
@backtrace/sdk-core
to0.0.2
- add disposing of
BacktraceClient
- simplify form data usage
- export
BacktraceBrowserRequestHandler
- fix issues with ignoring jsonEscape in the formatter function
- do not pass form data
Content-Type
Initial release.