change(ui) - axios docs
This commit is contained in:
parent
a5eb22ade2
commit
bc2cfad694
1 changed files with 16 additions and 18 deletions
|
|
@ -300,7 +300,14 @@ export default class Integrations extends React.PureComponent {
|
|||
onClick={ () => this.showIntegrationConfig(NGRX) }
|
||||
// integrated={ sentryIntegrated }
|
||||
/>
|
||||
|
||||
<IntegrationItem
|
||||
title="MobX"
|
||||
icon="integrations/mobx"
|
||||
url={ null }
|
||||
dockLink="https://docs.openreplay.com/integrations/sentry"
|
||||
onClick={ () => this.showIntegrationConfig(MOBX) }
|
||||
// integrated={ sentryIntegrated }
|
||||
/>
|
||||
<IntegrationItem
|
||||
title="Fetch"
|
||||
icon="integrations/openreplay"
|
||||
|
|
@ -309,15 +316,6 @@ export default class Integrations extends React.PureComponent {
|
|||
onClick={ () => this.showIntegrationConfig(FETCH) }
|
||||
// integrated={ sentryIntegrated }
|
||||
/>
|
||||
|
||||
<IntegrationItem
|
||||
title="MobX"
|
||||
icon="integrations/mobx"
|
||||
url={ null }
|
||||
dockLink="https://docs.openreplay.com/integrations/sentry"
|
||||
onClick={ () => this.showIntegrationConfig(MOBX) }
|
||||
// integrated={ sentryIntegrated }
|
||||
/>
|
||||
<IntegrationItem
|
||||
title="Profiler"
|
||||
icon="integrations/openreplay"
|
||||
|
|
@ -326,14 +324,6 @@ export default class Integrations extends React.PureComponent {
|
|||
onClick={ () => this.showIntegrationConfig(PROFILER) }
|
||||
// integrated={ sentryIntegrated }
|
||||
/>
|
||||
<IntegrationItem
|
||||
title="Assist"
|
||||
icon="integrations/assist"
|
||||
url={ null }
|
||||
dockLink="https://docs.openreplay.com/installation/assist"
|
||||
onClick={ () => this.showIntegrationConfig(ASSIST) }
|
||||
// integrated={ sentryIntegrated }
|
||||
/>
|
||||
<IntegrationItem
|
||||
title="Axios"
|
||||
icon="integrations/openreplay"
|
||||
|
|
@ -342,6 +332,14 @@ export default class Integrations extends React.PureComponent {
|
|||
onClick={ () => this.showIntegrationConfig(AXIOS) }
|
||||
// integrated={ sentryIntegrated }
|
||||
/>
|
||||
<IntegrationItem
|
||||
title="Assist"
|
||||
icon="integrations/assist"
|
||||
url={ null }
|
||||
dockLink="https://docs.openreplay.com/installation/assist"
|
||||
onClick={ () => this.showIntegrationConfig(ASSIST) }
|
||||
// integrated={ sentryIntegrated }
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue