Skip to content

Commit

Permalink
fix proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed May 6, 2024
1 parent 924690d commit f7ef595
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@
},
"dependencies": {
"@sentry/node": "latest || *",
"@sentry/types": "latest || *",
"express": "4.19.2",
"@types/express": "4.17.17",
"@types/node": "18.15.1",
"typescript": "4.9.5"
"@sentry/opentelemetry": "latest || *",
"express": "4.19.2"
},
"devDependencies": {
"@sentry-internal/event-proxy-server": "link:../../../event-proxy-server",
"@playwright/test": "^1.27.1",
"ts-node": "10.9.1"
"@playwright/test": "^1.27.1"
},
"volta": {
"extends": "../../package.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const config: PlaywrightTestConfig = {
/* Run your local dev server before starting the tests */
webServer: [
{
command: 'pnpm ts-node-script start-event-proxy.ts',
command: 'pnpm ts-node-script start-event-proxy.mjs',
port: eventProxyPort,
},
{
Expand Down

0 comments on commit f7ef595

Please sign in to comment.