Skip to content

Version and Request interfaces missing from net9.0/net10.0 payloads in ASP.NET Core #4579

@jamescrosswell

Description

@jamescrosswell

Description

See the results of the PreFlightIgnoresTransaction test:

public async Task PreFlightIgnoresTransaction()

Here is what we were seeing in net8.0 vs net9.0 and net10.0:

 {
   result: {
-    Version: 1.1,
     Status: 204 No Content,
     Headers: {
       Access-Control-Allow-Headers: origin,
     },
     Content: {
       Headers: {}
-    },
-    Request: {
-      Method: OPTIONS,
-      Uri: http://localhost/Target,
-      Headers: {
-        Access-Control-Request-Headers: origin,
-        Access-Control-Request-Method: GET,
-        Origin: https://sentry.io/foo
-      }
     }
   },
   Payloads: []
}

Metadata

Metadata

Labels

.NETPull requests that update .net code

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions