Skip to content

Commit 6e59a46

Browse files
committed
Fix e2e/node-express-esm-loader tests
1 parent 55debc1 commit 6e59a46

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
@@ -23758,7 +23758,7 @@ object.values@^1.1.1, object.values@^1.1.6:
2375823758
define-properties "^1.1.4"
2375923759
es-abstract "^1.20.4"
2376023760

23761-
obuf@^1.0.0, obuf@^1.1.2, obuf@~1.1.2:
23761+
obuf@^1.0.0, obuf@^1.1.2:
2376223762
version "1.1.2"
2376323763
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
2376423764
integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==
@@ -24604,11 +24604,6 @@ [email protected]:
2460424604
resolved "https://registry.yarnpkg.com/pg-int8/-/pg-int8-1.0.1.tgz#943bd463bf5b71b4170115f80f8efc9a0c0eb78c"
2460524605
integrity sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==
2460624606

24607-
24608-
version "1.0.2"
24609-
resolved "https://registry.yarnpkg.com/pg-numeric/-/pg-numeric-1.0.2.tgz#816d9a44026086ae8ae74839acd6a09b0636aa3a"
24610-
integrity sha512-BM/Thnrw5jm2kKLE5uJkXqqExRUY/toLHda65XgFTBTFYZyopbKjBe29Ii3RbkvlsMoFwD+tHeGaCjjv0gHlyw==
24611-
2461224607
pg-pool@^3.10.0:
2461324608
version "3.10.0"
2461424609
resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.10.0.tgz#134b0213755c5e7135152976488aa7cd7ee1268d"
@@ -24630,19 +24625,6 @@ [email protected], pg-types@^2.2.0:
2463024625
postgres-date "~1.0.4"
2463124626
postgres-interval "^1.1.0"
2463224627

24633-
pg-types@^4.0.1:
24634-
version "4.0.1"
24635-
resolved "https://registry.yarnpkg.com/pg-types/-/pg-types-4.0.1.tgz#31857e89d00a6c66b06a14e907c3deec03889542"
24636-
integrity sha512-hRCSDuLII9/LE3smys1hRHcu5QGcLs9ggT7I/TCs0IE+2Eesxi9+9RWAAwZ0yaGjxoWICF/YHLOEjydGujoJ+g==
24637-
dependencies:
24638-
pg-int8 "1.0.1"
24639-
pg-numeric "1.0.2"
24640-
postgres-array "~3.0.1"
24641-
postgres-bytea "~3.0.0"
24642-
postgres-date "~2.0.1"
24643-
postgres-interval "^3.0.0"
24644-
postgres-range "^1.1.1"
24645-
2464624628
2464724629
version "8.16.0"
2464824630
resolved "https://registry.yarnpkg.com/pg/-/pg-8.16.0.tgz#40b08eedb5eb1834252cf3e3629503e32e6c6c04"
@@ -25449,50 +25431,23 @@ postgres-array@~2.0.0:
2544925431
resolved "https://registry.yarnpkg.com/postgres-array/-/postgres-array-2.0.0.tgz#48f8fce054fbc69671999329b8834b772652d82e"
2545025432
integrity sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==
2545125433

25452-
postgres-array@~3.0.1:
25453-
version "3.0.2"
25454-
resolved "https://registry.yarnpkg.com/postgres-array/-/postgres-array-3.0.2.tgz#68d6182cb0f7f152a7e60dc6a6889ed74b0a5f98"
25455-
integrity sha512-6faShkdFugNQCLwucjPcY5ARoW1SlbnrZjmGl0IrrqewpvxvhSLHimCVzqeuULCbG0fQv7Dtk1yDbG3xv7Veog==
25456-
2545725434
postgres-bytea@~1.0.0:
2545825435
version "1.0.0"
2545925436
resolved "https://registry.yarnpkg.com/postgres-bytea/-/postgres-bytea-1.0.0.tgz#027b533c0aa890e26d172d47cf9ccecc521acd35"
2546025437
integrity sha1-AntTPAqokOJtFy1Hz5zOzFIazTU=
2546125438

25462-
postgres-bytea@~3.0.0:
25463-
version "3.0.0"
25464-
resolved "https://registry.yarnpkg.com/postgres-bytea/-/postgres-bytea-3.0.0.tgz#9048dc461ac7ba70a6a42d109221619ecd1cb089"
25465-
integrity sha512-CNd4jim9RFPkObHSjVHlVrxoVQXz7quwNFpz7RY1okNNme49+sVyiTvTRobiLV548Hx/hb1BG+iE7h9493WzFw==
25466-
dependencies:
25467-
obuf "~1.1.2"
25468-
2546925439
postgres-date@~1.0.4:
2547025440
version "1.0.7"
2547125441
resolved "https://registry.yarnpkg.com/postgres-date/-/postgres-date-1.0.7.tgz#51bc086006005e5061c591cee727f2531bf641a8"
2547225442
integrity sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==
2547325443

25474-
postgres-date@~2.0.1:
25475-
version "2.0.1"
25476-
resolved "https://registry.yarnpkg.com/postgres-date/-/postgres-date-2.0.1.tgz#638b62e5c33764c292d37b08f5257ecb09231457"
25477-
integrity sha512-YtMKdsDt5Ojv1wQRvUhnyDJNSr2dGIC96mQVKz7xufp07nfuFONzdaowrMHjlAzY6GDLd4f+LUHHAAM1h4MdUw==
25478-
2547925444
postgres-interval@^1.1.0:
2548025445
version "1.2.0"
2548125446
resolved "https://registry.yarnpkg.com/postgres-interval/-/postgres-interval-1.2.0.tgz#b460c82cb1587507788819a06aa0fffdb3544695"
2548225447
integrity sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==
2548325448
dependencies:
2548425449
xtend "^4.0.0"
2548525450

25486-
postgres-interval@^3.0.0:
25487-
version "3.0.0"
25488-
resolved "https://registry.yarnpkg.com/postgres-interval/-/postgres-interval-3.0.0.tgz#baf7a8b3ebab19b7f38f07566c7aab0962f0c86a"
25489-
integrity sha512-BSNDnbyZCXSxgA+1f5UU2GmwhoI0aU5yMxRGO8CdFEcY2BQF9xm/7MqKnYoM1nJDk8nONNWDk9WeSmePFhQdlw==
25490-
25491-
postgres-range@^1.1.1:
25492-
version "1.1.3"
25493-
resolved "https://registry.yarnpkg.com/postgres-range/-/postgres-range-1.1.3.tgz#9ccd7b01ca2789eb3c2e0888b3184225fa859f76"
25494-
integrity sha512-VdlZoocy5lCP0c/t66xAfclglEapXPCIVhqqJRncYpvbCgImF0w67aPKfbqUMr72tO2k5q0TdTZwCLjPTI6C9g==
25495-
2549625451
postgres@^3.4.7:
2549725452
version "3.4.7"
2549825453
resolved "https://registry.yarnpkg.com/postgres/-/postgres-3.4.7.tgz#122f460a808fe300cae53f592108b9906e625345"

0 commit comments

Comments
 (0)