Skip to content

Commit 9946ed9

Browse files
authored
fix(deps): upgrade graasp-ui and sentry (#331)
1 parent 41468d3 commit 9946ed9

File tree

3 files changed

+391
-738
lines changed

3 files changed

+391
-738
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
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",

src/modules/ErrorBoundary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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')}

0 commit comments

Comments
 (0)