Improve snackbar and fix sentry (#7181)

- Improve snackbar to enable displaying multi-line message (so far we
only displayed the first few words which was very frustrating)

- Followup on previous issue to enable tim@apple.dev on the demo
workspace (prefilled automatically)

- Fix sentry tracing which had been broken when migrating from v7 to v8
This commit is contained in:
Félix Malfait
2024-09-21 06:33:15 +02:00
committed by GitHub
parent 20d06b3c0f
commit 6d5d73fbe8
13 changed files with 84 additions and 62 deletions

View File

@ -12196,6 +12196,21 @@ __metadata:
languageName: node
linkType: hard
"@sentry/nestjs@npm:^8.30.0":
version: 8.30.0
resolution: "@sentry/nestjs@npm:8.30.0"
dependencies:
"@sentry/core": "npm:8.30.0"
"@sentry/node": "npm:8.30.0"
"@sentry/types": "npm:8.30.0"
"@sentry/utils": "npm:8.30.0"
peerDependencies:
"@nestjs/common": ^8.0.0 || ^9.0.0 || ^10.0.0
"@nestjs/core": ^8.0.0 || ^9.0.0 || ^10.0.0
checksum: 10c0/f0412787f5fac68743ed6e4f4b58fd06a198d3f0b5777dd072784d9c943fbb3725ee82b00838a7f274f4eb51d7776f5a72f80f8cba253f5c30a7649a292f20c0
languageName: node
linkType: hard
"@sentry/node@npm:8.30.0, @sentry/node@npm:^8":
version: 8.30.0
resolution: "@sentry/node@npm:8.30.0"
@ -47464,6 +47479,7 @@ __metadata:
"@nx/js": "npm:18.3.3"
"@ptc-org/nestjs-query-graphql": "patch:@ptc-org/nestjs-query-graphql@4.2.0#./patches/@ptc-org+nestjs-query-graphql+4.2.0.patch"
"@revertdotdev/revert-react": "npm:^0.0.21"
"@sentry/nestjs": "npm:^8.30.0"
"@types/lodash.differencewith": "npm:^4.5.9"
"@types/lodash.isempty": "npm:^4.4.7"
"@types/lodash.isequal": "npm:^4.5.8"