File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
dev-packages/e2e-tests/test-applications/esm-loader-node-express-app Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 11
11
},
12
12
"dependencies" : {
13
13
"@sentry/node" : " latest || *" ,
14
- "@sentry/types" : " latest || *" ,
15
- "express" : " 4.19.2" ,
16
- "@types/express" : " 4.17.17" ,
17
- "@types/node" : " 18.15.1" ,
18
- "typescript" : " 4.9.5"
14
+ "@sentry/opentelemetry" : " latest || *" ,
15
+ "express" : " 4.19.2"
19
16
},
20
17
"devDependencies" : {
21
18
"@sentry-internal/event-proxy-server" : " link:../../../event-proxy-server" ,
22
- "@playwright/test" : " ^1.27.1" ,
23
- "ts-node" : " 10.9.1"
19
+ "@playwright/test" : " ^1.27.1"
24
20
},
25
21
"volta" : {
26
22
"extends" : " ../../package.json" ,
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ const config: PlaywrightTestConfig = {
53
53
/* Run your local dev server before starting the tests */
54
54
webServer : [
55
55
{
56
- command : 'pnpm ts-node-script start-event-proxy.ts ' ,
56
+ command : 'pnpm ts-node-script start-event-proxy.mjs ' ,
57
57
port : eventProxyPort ,
58
58
} ,
59
59
{
File renamed without changes.
You can’t perform that action at this time.
0 commit comments