- update
@backtrace/sdk-core
to0.7.0
- add
BacktraceApi
(#335)
- fix invalid error handler in
fileChunkSink
(#322)
- fix invalid breadcrumb name in
FileBreadcrumbsStorage
(#303)
- update
@backtrace/sdk-core
to0.6.0
- reduce breadcrumbs size (#228)
- use
application
andapplication.version
attribute validation fromsdk-core
(#296)
- update
@backtrace/sdk-core
to0.5.0
- update code to use ES modules (#267, #279)
- emit CJS and ES modules (#267, #279)
- update
@backtrace/sdk-core
to0.4.0
- upload attachments for native crashes (#262)
- support
postAttachment
inNodeBacktraceRequestHandler
- remove
native-reg
and usereg query
executable to determine Windows machine GUID (#250)
- added a new HTTP header to report submission layer (#246)
- update
@backtrace/sdk-core
to0.3.0
- bugfix: use correct http client (#232)
- update
@backtrace/sdk-core
to0.2.0
- fix native reports not sending after startup (#204)
- fix global is undefined error (#187)
- add abort support to metrics and request handlers
- export
BacktraceNodeRequestHandler
- fix
AlternatingFileWriter
crash on high load
- fix missing
NodeFileSystem
default setting inBacktraceClient
- library rename to
@backtrace/node
- update
@backtrace/sdk-core
to0.0.7
- remove
const
from types for Typescript <5 compatibility
- update
@backtrace/sdk-core
to0.0.6
- add breadcrumbs from previous session in database
- add attributes from previous session in native crashes
- add methods to
BacktraceBreadcrumbs
interface and limitBacktraceManager
visibility - add file system abstractions
- add support for
bigint
serialization
- update
@backtrace/sdk-core
to0.0.4
- update attachment management to use
addAttachment
instead of a mutable array - combine
Error
andstring
overloads insend
- use single global client instance
- update
@backtrace/sdk-core
to0.0.3
- add deferred user attributes
- fix skipping stack frame with message reports
- update
@backtrace/sdk-core
to0.0.2
- add disposing of
BacktraceClient
Initial release.