Skip to content

Commit

Permalink
VS Code: upgrade sentry (#3502)
Browse files Browse the repository at this point in the history
  • Loading branch information
valerybugakov authored Mar 22, 2024
1 parent 8a45976 commit ab33a66
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 61 deletions.
117 changes: 60 additions & 57 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1165,9 +1165,9 @@
"@opentelemetry/sdk-trace-base": "^1.18.1",
"@opentelemetry/sdk-trace-node": "^1.18.1",
"@opentelemetry/semantic-conventions": "^1.18.1",
"@sentry/browser": "^7.66.0",
"@sentry/core": "^7.66.0",
"@sentry/node": "^7.66.0",
"@sentry/browser": "^7.107.0",
"@sentry/core": "^7.107.0",
"@sentry/node": "^7.107.0",
"@sourcegraph/cody-shared": "workspace:*",
"@sourcegraph/telemetry": "^0.16.0",
"@sourcegraph/tree-sitter-wasms": "^0.1.9",
Expand Down
4 changes: 3 additions & 1 deletion vscode/src/extension.node.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Sentry should be imported first
import { NodeSentryService } from './services/sentry/sentry.node'

import { SourcegraphNodeCompletionsClient } from '@sourcegraph/cody-shared/src/sourcegraph-api/completions/nodeClient'
import * as vscode from 'vscode'

Expand All @@ -19,7 +22,6 @@ import {
} from './local-context/local-embeddings'
import { SymfRunner } from './local-context/symf'
import { OpenTelemetryService } from './services/open-telemetry/OpenTelemetryService.node'
import { NodeSentryService } from './services/sentry/sentry.node'

/**
* Activation entrypoint for the VS Code extension when running VS Code as a desktop app
Expand Down

0 comments on commit ab33a66

Please sign in to comment.