|
32 | 32 | Category: Microsoft.AspNetCore.Hosting.Diagnostics |
33 | 33 | }, |
34 | 34 | { |
35 | | - Message: Executing endpoint 'Sentry.AspNetCore.Tests.VersioningTests+VersionController.Method (Sentry.AspNetCore.Tests)', |
| 35 | + Message: Executing endpoint 'Sentry.AspNetCore.Tests.WebIntegrationTests+VersionController.Method (Sentry.AspNetCore.Tests)', |
36 | 36 | Data: { |
37 | 37 | eventId: ExecutingEndpoint |
38 | 38 | }, |
39 | 39 | Category: Microsoft.AspNetCore.Routing.EndpointMiddleware |
40 | 40 | }, |
41 | 41 | { |
42 | | - Message: Route matched with {action = "Method", controller = "Version"}. Executing controller action with signature System.String Method() on controller Sentry.AspNetCore.Tests.VersioningTests+VersionController (Sentry.AspNetCore.Tests)., |
| 42 | + Message: Route matched with {action = "Method", controller = "Version"}. Executing controller action with signature System.String Method() on controller Sentry.AspNetCore.Tests.WebIntegrationTests+VersionController (Sentry.AspNetCore.Tests)., |
43 | 43 | Data: { |
44 | 44 | eventId: ControllerActionExecuting |
45 | 45 | }, |
|
53 | 53 | Category: Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor |
54 | 54 | }, |
55 | 55 | { |
56 | | - Message: Executed action Sentry.AspNetCore.Tests.VersioningTests+VersionController.Method, |
| 56 | + Message: Executed action Sentry.AspNetCore.Tests.WebIntegrationTests+VersionController.Method, |
57 | 57 | Data: { |
58 | 58 | eventId: ActionExecuted |
59 | 59 | }, |
60 | 60 | Category: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker |
61 | 61 | }, |
62 | 62 | { |
63 | | - Message: Executed endpoint 'Sentry.AspNetCore.Tests.VersioningTests+VersionController.Method (Sentry.AspNetCore.Tests)', |
| 63 | + Message: Executed endpoint 'Sentry.AspNetCore.Tests.WebIntegrationTests+VersionController.Method (Sentry.AspNetCore.Tests)', |
64 | 64 | Data: { |
65 | 65 | eventId: ExecutedEndpoint |
66 | 66 | }, |
|
69 | 69 | ], |
70 | 70 | Tags: { |
71 | 71 | ActionId: Guid_1, |
72 | | - ActionName: Sentry.AspNetCore.Tests.VersioningTests+VersionController.Method (Sentry.AspNetCore.Tests), |
| 72 | + ActionName: Sentry.AspNetCore.Tests.WebIntegrationTests+VersionController.Method (Sentry.AspNetCore.Tests), |
73 | 73 | route.action: Method, |
74 | 74 | route.controller: Version, |
75 | 75 | route.version: 1.1 |
|
0 commit comments