PromucFlow_constructor/app/client/src/api
Hetu Nandu d783183b3c
chore: Add sentry error for API response meta check (#20367)
## Description

We have found api responses not responding with a responseMeta object
intermittently. Adding a sentry log to try and collect more data before
fixing this issue


Fixes #20278


Media
> A video or a GIF is preferred. when using Loom, don’t embed because it
looks like it’s a GIF. instead, just link to the video


## Type of change

> Please delete options that are not relevant.

- Chore (housekeeping or task changes that don't impact user perception)


## How Has This Been Tested?
> Please describe the tests that you ran to verify your changes. Provide
instructions, so we can reproduce.
> Please also list any relevant details for your test configuration.
> Delete anything that is not important

- Manual
- Jest
- Cypress

### Test Plan
> Add Testsmith test cases links that relate to this PR

### Issues raised during DP testing
> Link issues raised during DP testing for better visiblity and tracking
(copy link from comments dropped on this PR)


## Checklist:
### Dev activity
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


### QA activity:
- [ ] Test plan has been approved by relevant developers
- [ ] Test plan has been peer reviewed by QA
- [ ] Cypress test cases have been added and approved by either SDET or
manual QA
- [ ] Organized project review call with relevant stakeholders after
Round 1/2 of QA
- [ ] Added Test Plan Approved label after reveiwing all Cypress test
2023-02-10 13:26:36 +05:30
..
ActionAPI.tsx Fix/16994 refactor common datatype handling (#17429) 2022-10-18 11:02:37 +05:30
Api.ts Optimise code editor renders (#15405) 2022-08-04 11:10:44 +05:30
ApiResponses.tsx feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
ApiUtils.test.ts chore: Add sentry error for API response meta check (#20367) 2023-02-10 13:26:36 +05:30
ApiUtils.ts chore: Add sentry error for API response meta check (#20367) 2023-02-10 13:26:36 +05:30
ApplicationApi.tsx feat: Renamed design system package (#19854) 2023-01-23 09:20:47 +05:30
AppThemingApi.tsx feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
CloudServicesApi.ts feat: Support OAuth for all plugin types (#9657) 2022-01-14 12:01:54 +05:30
CollectionApi.ts Refactor and add unit tests to API interceptors (#3647) 2021-03-22 14:52:24 +05:30
DatasourcesApi.ts feat: Simplified Google Sheets queries (#14869) 2022-07-04 11:13:27 +05:30
GitSyncAPI.tsx fix: update implementation as per design | git (#17406) 2022-10-14 12:13:17 +05:30
ImportApi.ts feat: migrate organisation to workspace (#13863) 2022-06-15 21:07:41 +05:30
JSActionAPI.tsx feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
LibraryAPI.tsx feat: Import javascript libraries (#17895) 2022-12-21 22:44:47 +05:30
OAuthApi.ts feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
PageApi.tsx feat: Add a description field for pages (#19573) 2023-01-15 00:58:02 +05:30
PluginApi.ts feat: Maintain Focus and Context Phase 1 (#16317) 2022-10-17 20:46:38 +05:30
ProvidersApi.ts feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
ReleasesAPI.tsx Refactor and add unit tests to API interceptors (#3647) 2021-03-22 14:52:24 +05:30
SaasApi.ts feat: upgrade to create react app 5 (#14000) 2022-06-21 19:27:34 +05:30
TemplatesApi.ts feat: fork templates inside an existing app (#17184) 2022-09-30 19:11:04 +05:30
WidgetConfigsApi.tsx Refactor and add unit tests to API interceptors (#3647) 2021-03-22 14:52:24 +05:30
WidgetSidebarApi.tsx Refactor and add unit tests to API interceptors (#3647) 2021-03-22 14:52:24 +05:30