Skip to content

Commit 2d22b39

Browse files
committed
Fix e2e/node-express-esm-loader tests
1 parent a153334 commit 2d22b39

File tree

2 files changed

+1
-48
lines changed

2 files changed

+1
-48
lines changed

dev-packages/e2e-tests/test-applications/node-express-esm-loader/tests/server.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ test('Should record a transaction for route with parameters', async ({ request }
6565
data: {
6666
'express.name': 'query',
6767
'express.type': 'middleware',
68-
'http.route': '/',
6968
'sentry.origin': 'auto.http.otel.express',
7069
'sentry.op': 'middleware.express',
7170
},
@@ -84,7 +83,6 @@ test('Should record a transaction for route with parameters', async ({ request }
8483
data: {
8584
'express.name': 'expressInit',
8685
'express.type': 'middleware',
87-
'http.route': '/',
8886
'sentry.origin': 'auto.http.otel.express',
8987
'sentry.op': 'middleware.express',
9088
},

yarn.lock

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -23658,7 +23658,7 @@ object.values@^1.1.1, object.values@^1.1.6:
2365823658
define-properties "^1.1.4"
2365923659
es-abstract "^1.20.4"
2366023660

23661-
obuf@^1.0.0, obuf@^1.1.2, obuf@~1.1.2:
23661+
obuf@^1.0.0, obuf@^1.1.2:
2366223662
version "1.1.2"
2366323663
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
2366423664
integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==
@@ -24504,11 +24504,6 @@ [email protected]:
2450424504
resolved "https://registry.yarnpkg.com/pg-int8/-/pg-int8-1.0.1.tgz#943bd463bf5b71b4170115f80f8efc9a0c0eb78c"
2450524505
integrity sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==
2450624506

24507-
24508-
version "1.0.2"
24509-
resolved "https://registry.yarnpkg.com/pg-numeric/-/pg-numeric-1.0.2.tgz#816d9a44026086ae8ae74839acd6a09b0636aa3a"
24510-
integrity sha512-BM/Thnrw5jm2kKLE5uJkXqqExRUY/toLHda65XgFTBTFYZyopbKjBe29Ii3RbkvlsMoFwD+tHeGaCjjv0gHlyw==
24511-
2451224507
pg-pool@^3.10.0:
2451324508
version "3.10.0"
2451424509
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.10.0.tgz#134b0213755c5e7135152976488aa7cd7ee1268d"
@@ -24530,19 +24525,6 @@ [email protected], pg-types@^2.2.0:
2453024525
postgres-date "~1.0.4"
2453124526
postgres-interval "^1.1.0"
2453224527

24533-
pg-types@^4.0.1:
24534-
version "4.0.1"
24535-
resolved "https://registry.yarnpkg.com/pg-types/-/pg-types-4.0.1.tgz#31857e89d00a6c66b06a14e907c3deec03889542"
24536-
integrity sha512-hRCSDuLII9/LE3smys1hRHcu5QGcLs9ggT7I/TCs0IE+2Eesxi9+9RWAAwZ0yaGjxoWICF/YHLOEjydGujoJ+g==
24537-
dependencies:
24538-
pg-int8 "1.0.1"
24539-
pg-numeric "1.0.2"
24540-
postgres-array "~3.0.1"
24541-
postgres-bytea "~3.0.0"
24542-
postgres-date "~2.0.1"
24543-
postgres-interval "^3.0.0"
24544-
postgres-range "^1.1.1"
24545-
2454624528
2454724529
version "8.16.0"
2454824530
resolved "https://registry.yarnpkg.com/pg/-/pg-8.16.0.tgz#40b08eedb5eb1834252cf3e3629503e32e6c6c04"
@@ -25349,50 +25331,23 @@ postgres-array@~2.0.0:
2534925331
resolved "https://registry.yarnpkg.com/postgres-array/-/postgres-array-2.0.0.tgz#48f8fce054fbc69671999329b8834b772652d82e"
2535025332
integrity sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==
2535125333

25352-
postgres-array@~3.0.1:
25353-
version "3.0.2"
25354-
resolved "https://registry.yarnpkg.com/postgres-array/-/postgres-array-3.0.2.tgz#68d6182cb0f7f152a7e60dc6a6889ed74b0a5f98"
25355-
integrity sha512-6faShkdFugNQCLwucjPcY5ARoW1SlbnrZjmGl0IrrqewpvxvhSLHimCVzqeuULCbG0fQv7Dtk1yDbG3xv7Veog==
25356-
2535725334
postgres-bytea@~1.0.0:
2535825335
version "1.0.0"
2535925336
resolved "https://registry.yarnpkg.com/postgres-bytea/-/postgres-bytea-1.0.0.tgz#027b533c0aa890e26d172d47cf9ccecc521acd35"
2536025337
integrity sha1-AntTPAqokOJtFy1Hz5zOzFIazTU=
2536125338

25362-
postgres-bytea@~3.0.0:
25363-
version "3.0.0"
25364-
resolved "https://registry.yarnpkg.com/postgres-bytea/-/postgres-bytea-3.0.0.tgz#9048dc461ac7ba70a6a42d109221619ecd1cb089"
25365-
integrity sha512-CNd4jim9RFPkObHSjVHlVrxoVQXz7quwNFpz7RY1okNNme49+sVyiTvTRobiLV548Hx/hb1BG+iE7h9493WzFw==
25366-
dependencies:
25367-
obuf "~1.1.2"
25368-
2536925339
postgres-date@~1.0.4:
2537025340
version "1.0.7"
2537125341
resolved "https://registry.yarnpkg.com/postgres-date/-/postgres-date-1.0.7.tgz#51bc086006005e5061c591cee727f2531bf641a8"
2537225342
integrity sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==
2537325343

25374-
postgres-date@~2.0.1:
25375-
version "2.0.1"
25376-
resolved "https://registry.yarnpkg.com/postgres-date/-/postgres-date-2.0.1.tgz#638b62e5c33764c292d37b08f5257ecb09231457"
25377-
integrity sha512-YtMKdsDt5Ojv1wQRvUhnyDJNSr2dGIC96mQVKz7xufp07nfuFONzdaowrMHjlAzY6GDLd4f+LUHHAAM1h4MdUw==
25378-
2537925344
postgres-interval@^1.1.0:
2538025345
version "1.2.0"
2538125346
resolved "https://registry.yarnpkg.com/postgres-interval/-/postgres-interval-1.2.0.tgz#b460c82cb1587507788819a06aa0fffdb3544695"
2538225347
integrity sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==
2538325348
dependencies:
2538425349
xtend "^4.0.0"
2538525350

25386-
postgres-interval@^3.0.0:
25387-
version "3.0.0"
25388-
resolved "https://registry.yarnpkg.com/postgres-interval/-/postgres-interval-3.0.0.tgz#baf7a8b3ebab19b7f38f07566c7aab0962f0c86a"
25389-
integrity sha512-BSNDnbyZCXSxgA+1f5UU2GmwhoI0aU5yMxRGO8CdFEcY2BQF9xm/7MqKnYoM1nJDk8nONNWDk9WeSmePFhQdlw==
25390-
25391-
postgres-range@^1.1.1:
25392-
version "1.1.3"
25393-
resolved "https://registry.yarnpkg.com/postgres-range/-/postgres-range-1.1.3.tgz#9ccd7b01ca2789eb3c2e0888b3184225fa859f76"
25394-
integrity sha512-VdlZoocy5lCP0c/t66xAfclglEapXPCIVhqqJRncYpvbCgImF0w67aPKfbqUMr72tO2k5q0TdTZwCLjPTI6C9g==
25395-
2539625351
postgres@^3.4.7:
2539725352
version "3.4.7"
2539825353
resolved "https://registry.yarnpkg.com/postgres/-/postgres-3.4.7.tgz#122f460a808fe300cae53f592108b9906e625345"

0 commit comments

Comments
 (0)