File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
dev-packages/e2e-tests/test-applications/nextjs-15
packages/nextjs/src/common Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 "@types/node" : " 18.11.17" ,
1818 "@types/react" : " 18.0.26" ,
1919 "@types/react-dom" : " 18.0.9" ,
20- "next" : " 15.0.0-canary.77 " ,
20+ "next" : " 15.0.0-canary.112 " ,
2121 "react" : " beta" ,
2222 "react-dom" : " beta" ,
2323 "typescript" : " 4.9.5"
Original file line number Diff line number Diff line change 11import { captureException , withScope } from '@sentry/core' ;
22
33type RequestInfo = {
4- url : string ;
4+ path : string ;
55 method : string ;
66 headers : Record < string , string | string [ ] | undefined > ;
77} ;
@@ -33,7 +33,7 @@ export function experimental_captureRequestError(
3333 } ) ;
3434
3535 scope . setContext ( 'nextjs' , {
36- request_path : request . url ,
36+ request_path : request . path ,
3737 router_kind : errorContext . routerKind ,
3838 router_path : errorContext . routePath ,
3939 route_type : errorContext . routeType ,
You can’t perform that action at this time.
0 commit comments