Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(mobile): Flutter doc improvements #18513

Merged
merged 6 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Flutter web app monitoring integration
title: Monitor your Flutter web application
tags:
- New Relic integrations
metaDescription: Use New Relic browser monitoring to get a dashboard with metrics from your Flutter web application.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ tags:
- Get started
metaDescription: "New Relic's Flutter agent for Android and iOS: Features, compatibility, requirements, installation, and upgrade procedures."
isTutorial: true
freshnessValidatedDate: 2024-8-26
freshnessValidatedDate: 2024-08-26
---


Our New Relic Flutter agent monitors your Flutter mobile app and provides deep insights into your app's performance, errors, and user experience. Once you install and configure the Flutter agent, you'll be able to:

* <DNT>**Capture Dart errors:**</DNT> Identify and fix problems quickly.
Expand All @@ -30,7 +31,16 @@ Our New Relic Flutter agent monitors your Flutter mobile app and provides deep i

## (Recommended) Guided installation [#guided-install]

To install the Flutter agent, follow our [guided install](https://onenr.io/0qQagg4AGR1), located directly in the UI.
To install the Flutter agent, follow the guided install:
1. Go to **[one.newrelic.com](https://one.newrelic.com/) > Integrations & Agents**.
ally-sassman marked this conversation as resolved.
Show resolved Hide resolved
2. Search for "Flutter" and click one of the tiles:
ally-sassman marked this conversation as resolved.
Show resolved Hide resolved
* Flutter: For mobile apps deployed to both Android and iOS
* Flutter iOS: For mobile apps deployed only to the iOS platform
* Flutter Android: For mobile apps deployed to the Android platform
<Callout variant="tip">
Looking to monitor your web app? Check out [this page](/docs/browser/browser-integrations/flutter-web-integration).
</Callout>
3. Follow the instructions in the UI to complete installation.

## Manual installation [#manual-install]

Expand Down
Loading