File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 13
13
"author" : " Sentry" ,
14
14
"description" : " Sentry MCP Server" ,
15
15
"homepage" : " https://github.com/getsentry/sentry-mcp" ,
16
- "keywords" : [
17
- " sentry"
18
- ],
16
+ "keywords" : [" sentry" ],
19
17
"bugs" : {
20
18
"url" : " https://github.com/getsentry/sentry-mcp/issues"
21
19
},
26
24
"bin" : {
27
25
"sentry-mcp" : " ./dist/index.js"
28
26
},
29
- "files" : [
30
- " ./dist/*"
31
- ],
27
+ "files" : [" ./dist/*" ],
32
28
"exports" : {
33
29
"." : {
34
30
"types" : " ./dist/index.ts" ,
87
83
},
88
84
"dependencies" : {
89
85
"@modelcontextprotocol/sdk" : " ^1.10.2" ,
86
+ "@sentry/core" : " ^9.16.1" ,
90
87
"@sentry/node" : " ^9.16.1" ,
91
88
"zod" : " ^3.24.3"
92
89
}
Original file line number Diff line number Diff line change 1
- import { captureException , captureMessage , withScope } from "@sentry/node " ;
1
+ import { captureException , captureMessage , withScope } from "@sentry/core " ;
2
2
3
3
export function logError (
4
4
error : Error | unknown ,
You can’t perform that action at this time.
0 commit comments