Files
trezor-suite/suite-common/sentry/package.json
Daniel Skýpala dfac149085 chore: Bump sentry
2026-02-16 14:29:26 +01:00

16 lines
350 B
JSON

{
"name": "@suite-common/sentry",
"version": "1.0.0",
"private": true,
"license": "See LICENSE.md in repo root",
"sideEffects": false,
"main": "src/index",
"scripts": {
"depcheck": "yarn g:depcheck",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@sentry/core": "10.38.0"
}
}