Skip to content

Commit c76e231

Browse files
Ref: Ionic Docs on Capacitor and Cordova (#5296)
* Remove Ionic page from index on cordova, add ionic page on capacitor * Fix link * No redirect * Other way of redirect * todo fix redirect tomorrow * Apply suggestions from code review Co-authored-by: Isabel <[email protected]> * Update src/platforms/javascript/guides/cordova/ionic.mdx * test linking * trying draft flag instead of notoc * nit ionic doc * Re apply notoc * rollbakc draft to false Co-authored-by: Isabel <[email protected]>
1 parent 20e091d commit c76e231

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Ionic
3+
sidebar_order: 201
4+
description: "Learn how to use Sentry with Ionic."
5+
---
6+
7+
Sentry Capacitor supports [Ionic](https://ionicframework.com/), check the [Getting Started documentation](/platforms/javascript/guides/capacitor/) to setup your Ionic project with Sentry Capacitor SDK.

src/platforms/javascript/guides/cordova/ionic.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
---
22
title: Ionic
33
sidebar_order: 201
4+
noindex: true
5+
draft: false
46
redirect_from:
57
- /clients/cordova/ionic/
68
description: "Learn how to use Sentry with Ionic."
79
---
810

11+
<Alert level="warning" title="Warning">
12+
13+
We strongly recommended that you use Ionic with Capacitor. Check out our [Ionic with Sentry Capacitor documentation](/platforms/javascript/guides/capacitor/).
14+
15+
</Alert>
16+
917
To use Sentry with [Ionic](https://ionicframework.com/) you have to add _sentry-cordova_ as a dependency to you package.json.
1018

1119
First run `npm i --save sentry-cordova` and make sure you already added the platforms you want to support with `ionic cordova platform add ios` and/or `ionic cordova platform add android`.

0 commit comments

Comments
 (0)