File tree Expand file tree Collapse file tree 3 files changed +391
-738
lines changed
Expand file tree Collapse file tree 3 files changed +391
-738
lines changed Original file line number Diff line number Diff line change 3131 "@emotion/styled" : " 11.11.5" ,
3232 "@graasp/apps-query-client" : " ^3.4.14" ,
3333 "@graasp/sdk" : " 4.10.1" ,
34- "@graasp/ui" : " 4.17 .1" ,
34+ "@graasp/ui" : " 4.18 .1" ,
3535 "@mui/icons-material" : " 5.15.17" ,
3636 "@mui/lab" : " 5.0.0-alpha.170" ,
3737 "@mui/material" : " 5.15.17" ,
3838 "@mui/x-data-grid" : " ^6.19.4" ,
3939 "@nivo/boxplot" : " ^0.87.0" ,
40- "@sentry/react" : " 7.114 .0" ,
40+ "@sentry/react" : " ^8.0 .0" ,
4141 "@tanstack/react-query" : " ^4.36.1" ,
4242 "@tanstack/react-query-devtools" : " ^4.36.1" ,
4343 "@uiw/react-codemirror" : " ^4.21.22" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const ErrorBoundary: FC<{ children?: ReactNode }> = ({ children }) => {
1515 error = { error }
1616 componentStack = { componentStack }
1717 eventId = { eventId }
18- captureUserFeedback = { Sentry . captureUserFeedback }
18+ captureFeedback = { Sentry . captureFeedback }
1919 title = { tFallback ( 'MESSAGE_TITLE' ) }
2020 formTitle = { tFallback ( 'MESSAGE_FEEDBACK' ) }
2121 nameLabel = { tFallback ( 'NAME_LABEL' ) }
You can’t perform that action at this time.
0 commit comments