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
chore(flutter): Add missing options to download sentry-wizard for getting started page (#14120)
The Flutter onboarding documentation in
`docs/platforms/dart/guides/flutter/index.mdx` was updated to align with
Android's `sentry-wizard` installation methods. Previously, only `brew`
and `npx` options were available, which limited support for Windows
users and forced the use of JavaScript tooling.
Changes include:
* Adding five new `sentry-wizard` installation methods: macOS
(Intel/x64, Apple Silicon/arm64), Linux (x64, arm64), and Windows
(PowerShell). This provides direct binary downloads, addressing platform
compatibility.
* Updating the introductory text to explicitly recommend the [Sentry
Wizard](https://github.com/getsentry/sentry-wizard) and linking to its
GitHub repository.
* Refining the post-installation description for consistency with
Android documentation, clarifying the project patching process and
manual setup options.
These updates ensure comprehensive platform coverage and offer native
tooling alternatives, improving accessibility for Flutter developers
across various operating systems.
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
Co-authored-by: Giancarlo Buenaflor <giancarlobuenaflor97@gmail.com>
Copy file name to clipboardExpand all lines: docs/platforms/dart/guides/flutter/index.mdx
+37-2Lines changed: 37 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -38,17 +38,52 @@ Select which Sentry features you'd like to install in addition to Error Monitori
38
38
39
39
Sentry captures data by using an SDK within your application's runtime. These are platform-specific and allow Sentry to have a deep understanding of how your application works.
40
40
41
-
To install, run `@sentry/wizard`:
41
+
We recommend installing the SDK through our [Sentry Wizard](https://github.com/getsentry/sentry-wizard) by running one of the following commands inside your project directory:
[Sentry Wizard](https://github.com/getsentry/sentry-wizard) will patch your project accordingly, though you can [set up manually](/platforms/dart/guides/flutter/manual-setup/) if you prefer. You only need to patch the project once. Then you can add the patched files to your version control system.
85
+
This will patch your project and configure the SDK. You only need to patch the project once, then you can add the patched files to your version control system.
86
+
If you prefer, you can also [set up the SDK manually](/platforms/dart/guides/flutter/manual-setup/) or follow the instructions below to adapt the [configuration](#configure).
52
87
53
88
<Expandabletitle="The following tasks will be performed by the Sentry Wizard">
0 commit comments