diff --git a/frontend/app/components/Client/Integrations/AxiosDoc/AxiosDoc.js b/frontend/app/components/Client/Integrations/AxiosDoc/AxiosDoc.js deleted file mode 100644 index 80ae5e0a7..000000000 --- a/frontend/app/components/Client/Integrations/AxiosDoc/AxiosDoc.js +++ /dev/null @@ -1,69 +0,0 @@ -import React from 'react'; -import Highlight from 'react-highlight'; -import ToggleContent from 'Shared/ToggleContent'; -import DocLink from 'Shared/DocLink/DocLink'; -import { connect } from 'react-redux'; - -const AxiosDoc = (props) => { - const { projectKey } = props; - return ( -
- Initialize the @openreplay/tracker package as usual then load the axios plugin. Note that OpenReplay axios plugin requires - axios@^0.21.2 as a peer dependency. -
- - -Use the provided fetch method from the plugin instead of the one built-in.
- - -