File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ The Sentry JavaScript SDK supports AI agent monitoring through the Vercel AI int
120
120
#### Quick Start with Vercel AI SDK
121
121
122
122
``` javascript
123
- import { Sentry } from " @sentry/node" ;
123
+ import * as Sentry from " @sentry/node" ;
124
124
125
125
// Sentry init needs to be above everything else
126
126
Sentry .init ({
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The Sentry JavaScript SDK supports MCP monitoring by wrapping the MCP Server fro
17
17
#### Quick Start with MCP Server
18
18
19
19
``` javascript
20
- import { Sentry } from " @sentry/node" ;
20
+ import * as Sentry from " @sentry/node" ;
21
21
import { McpServer } from " @modelcontextprotocol/sdk" ;
22
22
23
23
// Sentry init needs to be above everything else
You can’t perform that action at this time.
0 commit comments