You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
electron, node: upload attachments after native crashes (#262)
* sdk-core: add AttachmentManager
* sdk-core: add BacktraceAttachmentProvider
* sdk-core: add getAttachmentProviders to BreadcrumbsStorage
* fixup 7102a65
* sdk-core: add submission of attachments to existing rxids
* sdk-core: add attachment database record
* sdk-core: remove report on Report skipped in database
* sdk-core: do not return attachment record if file does not exist
* sdk-core: expose database and fileSystem to modules
* sdk-core: expose timestamp in SessionFiles
* node: replace createFromSession with getSessionAttachments in FileBreacrumbsStorage, expose it from package
* node: add FileAttachmentsManager, add attachments from previous sessions
* node: expose file system from package
* node: implement postAttachment in BacktraceNodeRequestHandler
* electron: implement sendAttachment in IpcReportSubmission
* electron: send attachments from previous crashes to Backtrace
* sdk-core: fix database unit test
* sdk-core: drop count from database record
* sdk-core: limit records in database per type
* sdk-core: extract Attachment- and ReportBacktraceDatabaseFileRecord classes to separate files
* sdk-core: add descriptions to methods in AttachmentManager
* electron: join attachments into single array from previous crashes
* electron: make the rxid regex more strict
* sdk-core: change default maximumNumberOfAttachmentRecords to 10
* sdk-core: update param in doc in BacktraceDatabase
* sdk-core: make sessionId in attachment mandatory
* sdk-core: remove hash from database records
---------
Co-authored-by: Sebastian Alex <[email protected]>
0 commit comments