Skip to content

Commit

Permalink
Changing API Context Setting Mechanism in ChoreoFaultAnalyticsProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
rashm1n committed Oct 26, 2023
1 parent 65e30c9 commit 7b5c77c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public API getApi() {
tenantDomain == null ? APIConstants.SUPER_TENANT_DOMAIN_NAME : tenantDomain);
api.setOrganizationId(requestContext.getMatchedAPI().getOrganizationId());
api.setEnvironmentId(requestContext.getMatchedAPI().getEnvironmentId());
api.setApiContext(requestContext.getRequestPath());
api.setApiContext(requestContext.getMatchedAPI().getBasePath());
return api;
}

Expand Down

0 comments on commit 7b5c77c

Please sign in to comment.