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
120120#### Quick Start with Vercel AI SDK
121121
122122``` javascript
123- import { Sentry } from " @sentry/node" ;
123+ import * as Sentry from " @sentry/node" ;
124124
125125// Sentry init needs to be above everything else
126126Sentry .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
1717#### Quick Start with MCP Server
1818
1919``` javascript
20- import { Sentry } from " @sentry/node" ;
20+ import * as Sentry from " @sentry/node" ;
2121import { McpServer } from " @modelcontextprotocol/sdk" ;
2222
2323// Sentry init needs to be above everything else
You can’t perform that action at this time.
0 commit comments