diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-02 15:22:34 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-02 15:22:34 -0700 |
commit | bad7fc4bd0280a7ec0586eed955911a10c16eb01 (patch) | |
tree | 71645adf2a32bc40bb7895d50883f70f3d6485f7 /extension/package.json | |
parent | d23c4c7a01603d582b2a3dfa4153f3cb2cbee0d4 (diff) | |
download | sncontinue-bad7fc4bd0280a7ec0586eed955911a10c16eb01.tar.gz sncontinue-bad7fc4bd0280a7ec0586eed955911a10c16eb01.tar.bz2 sncontinue-bad7fc4bd0280a7ec0586eed955911a10c16eb01.zip |
telemetry to capture errors when setup fails
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extension/package.json b/extension/package.json index 9d369724..b77ba064 100644 --- a/extension/package.json +++ b/extension/package.json @@ -14,7 +14,7 @@ "displayName": "Continue", "pricing": "Free", "description": "The open-source coding autopilot", - "version": "0.0.102", + "version": "0.0.103", "publisher": "Continue", "engines": { "vscode": "^1.60.0" @@ -240,6 +240,7 @@ "@electron/rebuild": "^3.2.10", "@reduxjs/toolkit": "^1.9.3", "@segment/analytics-node": "^0.0.1-beta.16", + "@sentry/node": "^7.57.0", "@styled-icons/heroicons-outline": "^10.47.0", "@vitejs/plugin-react-swc": "^3.3.2", "axios": "^1.2.5", |