diff options
| author | Brendan Allan <[email protected]> | 2026-05-01 11:56:31 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-05-01 11:56:31 +0800 |
| commit | 163290bcf08eacaf8d62330b8fff92cf0701eab5 (patch) | |
| tree | d4ecfafa5159dd7df9af38f1ea876ab6b148f1fb /packages/desktop/package.json | |
| parent | c68c33d4fea5b34bf2ca8529b4f54fdb58d07701 (diff) | |
| download | opencode-163290bcf08eacaf8d62330b8fff92cf0701eab5.tar.gz opencode-163290bcf08eacaf8d62330b8fff92cf0701eab5.zip | |
desktop: sentry integration (#15300)
Co-authored-by: Jay V <[email protected]>
Diffstat (limited to 'packages/desktop/package.json')
| -rw-r--r-- | packages/desktop/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/desktop/package.json b/packages/desktop/package.json index ff81acaaf..61ef5d05c 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -15,6 +15,7 @@ "dependencies": { "@opencode-ai/app": "workspace:*", "@opencode-ai/ui": "workspace:*", + "@sentry/solid": "catalog:", "@solid-primitives/i18n": "2.2.1", "@solid-primitives/storage": "catalog:", "@tauri-apps/api": "^2", @@ -35,6 +36,7 @@ }, "devDependencies": { "@actions/artifact": "4.0.0", + "@sentry/vite-plugin": "catalog:", "@tauri-apps/cli": "^2", "@types/bun": "catalog:", "@typescript/native-preview": "catalog:", |
