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/app/src/env.d.ts | |
| 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/app/src/env.d.ts')
| -rw-r--r-- | packages/app/src/env.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/app/src/env.d.ts b/packages/app/src/env.d.ts index 9b03d336f..39f827eb6 100644 --- a/packages/app/src/env.d.ts +++ b/packages/app/src/env.d.ts @@ -2,6 +2,10 @@ interface ImportMetaEnv { readonly VITE_OPENCODE_SERVER_HOST: string readonly VITE_OPENCODE_SERVER_PORT: string readonly VITE_OPENCODE_CHANNEL?: "dev" | "beta" | "prod" + + readonly VITE_SENTRY_DSN?: string + readonly VITE_SENTRY_ENVIRONMENT?: string + readonly VITE_SENTRY_RELEASE?: string } interface ImportMeta { |
