|
42 | 42 | "@playwright/test": "~1.56.0", |
43 | 43 | "@sentry-internal/test-utils": "link:../../../test-utils" |
44 | 44 | }, |
| 45 | + "pnpm": { |
| 46 | + "overrides": { |
| 47 | + "@tanstack/start-plugin-core": ">=1.169.0" |
| 48 | + } |
| 49 | + }, |
45 | 50 | "volta": { |
46 | 51 | "extends": "../../package.json" |
47 | 52 | }, |
48 | 53 | "sentryTest": { |
49 | 54 | "variants": [ |
50 | 55 | { |
51 | | - "label": "tunnel-generated", |
| 56 | + "label": "tanstackstart-react (tunnel-generated)", |
52 | 57 | "build-command": "pnpm test:build:tunnel-generated", |
53 | 58 | "assert-command": "pnpm test:assert:tunnel-generated" |
54 | 59 | }, |
55 | 60 | { |
56 | | - "label": "tunnel-static", |
| 61 | + "label": "tanstackstart-react (tunnel-static)", |
57 | 62 | "build-command": "pnpm test:build:tunnel-static", |
58 | 63 | "assert-command": "pnpm test:assert:tunnel-static" |
59 | 64 | }, |
60 | 65 | { |
61 | | - "label": "tunnel-custom", |
| 66 | + "label": "tanstackstart-react (tunnel-custom)", |
62 | 67 | "build-command": "pnpm test:build:tunnel-custom", |
63 | 68 | "assert-command": "pnpm test:assert:tunnel-custom" |
64 | 69 | }, |
65 | 70 | { |
66 | | - "label": "tunnel-object", |
| 71 | + "label": "tanstackstart-react (tunnel-object)", |
67 | 72 | "build-command": "pnpm test:build:tunnel-object", |
68 | 73 | "assert-command": "pnpm test:assert:tunnel-object" |
69 | 74 | } |
|
0 commit comments