mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-19 16:22:25 +01:00
@suite-common/sentry
This is a package for code that's common for all Sentry integration in Suite applications.
Sentry in Trezor Suite is split into two projects (which have their own config),
and four separate runtimes (each has its own SDK initialization):
- project
trezor-suite, with common config in@suite/sentry- browser runtime (Suite Web, in
@packages/suite-web) - electron-renderer runtime (Suite Desktop, in
@packages/suite-desktop-ui) - electron-main runtime (Suite Desktop, in
@packages/suite-desktop-core)
- browser runtime (Suite Web, in
- project
suite-native- react-native runtime (Suite Mobile, in
@suite-native/sentry)
- react-native runtime (Suite Mobile, in