Skip to content

Commit

Permalink
black list test runs status event
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush-jain-akto committed Jan 1, 2025
1 parent 3b9c366 commit 994f48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/web/polaris_web/web/src/util/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ service.interceptors.response.use((response) => {
return response.data
}, err)

const black_list_apis = ['dashboard/accessToken', 'api/fetchBurpPluginInfo', 'api/fetchActiveLoaders', 'api/fetchAllSubCategories', 'api/fetchVulnerableRequests']
const black_list_apis = ['dashboard/accessToken', 'api/fetchBurpPluginInfo', 'api/fetchActiveLoaders', 'api/fetchAllSubCategories', 'api/fetchVulnerableRequests', 'api/fetchActiveTestRunsStatus']
async function raiseMixpanelEvent(api) {
if (window?.Intercom) {
if (api?.startsWith("/api/ingestPostman")) {
Expand Down

0 comments on commit 994f48a

Please sign in to comment.