Skip to content

Conversation

@perf2711
Copy link
Contributor

Overhauls storage and database, removing things such as file attachments from sdk-core, and allows them to be added in packages that actually can implement them.

Notable changes:

  • add BacktraceStorageModule - behaves similarly to FileSystem, but omits directories and is more of a key/value storage
    • we do not use directories at all in sdk-core, so this is simpler and allows for easier implementations for storages like localStorage in browser
  • allow for defining custom database records
    • removes file attachments from sdk-core, and by extent, browser and other SDKs that shouldn't care about files
    • allows to specify implementations for serialization and sending of database records

@perf2711 perf2711 requested a review from konraddysput June 27, 2025 09:40
@perf2711 perf2711 self-assigned this Jun 27, 2025
@perf2711 perf2711 added the enhancement New feature or request label Jun 27, 2025
@perf2711
Copy link
Contributor Author

Do not expect the pipelines to succeed in this branch - this covers only sdk-core, and deriving packages will not build.

@perf2711 perf2711 force-pushed the feature/INT-355-storage-overhaul--sdk-core branch from 5ac6de3 to efb9d91 Compare June 27, 2025 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants