Skip to content

Commit 3db4876

Browse files
committed
test(AspNetCore): update verified
1 parent cb9e0c3 commit 3db4876

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

test/Sentry.AspNetCore.Tests/WebIntegrationTests.Versioning.DotNet8_0.verified.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@
2222
Origin: auto.http.aspnetcore,
2323
Description: ,
2424
Status: Ok,
25-
IsSampled: true
25+
IsSampled: true,
26+
Data: {
27+
http.request.method: GET,
28+
http.response.status_code: 200
29+
}
2630
}
2731
},
2832
User: {
@@ -80,7 +84,11 @@
8084
route.controller: Version,
8185
route.version: 1.1
8286
},
83-
IsFinished: true
87+
IsFinished: true,
88+
Data: {
89+
http.request.method: GET,
90+
http.response.status_code: 200
91+
}
8492
}
8593
}
8694
]

test/Sentry.AspNetCore.Tests/WebIntegrationTests.Versioning.DotNet9_0.verified.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@
2222
Origin: auto.http.aspnetcore,
2323
Description: ,
2424
Status: Ok,
25-
IsSampled: true
25+
IsSampled: true,
26+
Data: {
27+
http.request.method: GET,
28+
http.response.status_code: 200
29+
}
2630
}
2731
},
2832
User: {
@@ -80,7 +84,11 @@
8084
route.controller: Version,
8185
route.version: 1.1
8286
},
83-
IsFinished: true
87+
IsFinished: true,
88+
Data: {
89+
http.request.method: GET,
90+
http.response.status_code: 200
91+
}
8492
}
8593
}
8694
]

0 commit comments

Comments
 (0)