You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
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.
Copy file name to clipboardExpand all lines: src/platforms/javascript/guides/cordova/ionic.mdx
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,19 @@
1
1
---
2
2
title: Ionic
3
3
sidebar_order: 201
4
+
noindex: true
5
+
draft: false
4
6
redirect_from:
5
7
- /clients/cordova/ionic/
6
8
description: "Learn how to use Sentry with Ionic."
7
9
---
8
10
11
+
<Alertlevel="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
+
9
17
To use Sentry with [Ionic](https://ionicframework.com/) you have to add _sentry-cordova_ as a dependency to you package.json.
10
18
11
19
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