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
Copy file name to clipboardExpand all lines: docs/concepts/migration/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: "Learn more about the reasons to move to Sentry's SaaS solution, wh
7
7
Sentry offers a cloud-hosted, software-as-a-service (SaaS) solution in addition to a self-hosted solution, which are both functionally the same. However, many customers find that self-hosted Sentry can quickly become expensive to maintain, scale, and support, making our SaaS product the better and less costly option. To facilitate moving from self-hosted to SaaS, we provide a self-serve process known as "relocation".
8
8
9
9
<Alert>
10
-
Check out this video on [**Migrating to Sentry SaaS**](https://sentry.io/resources/migrate-to-sentry-saas-workshop/) to learn about our relocation tooling.
10
+
Check out this video on <ahref="https://sentry.io/resources/migrate-to-sentry-saas-workshop/"className="plausible-event-name=migrating+to+saas+video">**Migrating to Sentry SaaS**</a> to learn about our relocation tooling.
11
11
</Alert>
12
12
13
13
For additional reading on considering SaaS, take a look at:
Copy file name to clipboardExpand all lines: docs/platforms/dart/configuration/releases.mdx
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,3 +57,14 @@ Setting the release name tags each event with that release name. We recommend th
57
57
If you don't tell Sentry about a new release, Sentry will automatically create a release entity in the system the first time it sees an event with that release ID.
58
58
59
59
After configuring your SDK, you can install a repository integration or manually supply Sentry with your own commit metadata. Read our documentation about [setting up releases](/product/releases/setup/) for further information about integrations, associating commits, and telling Sentry when deploying releases.
60
+
61
+
## Release Health
62
+
63
+
<Note>
64
+
65
+
Looking for Flutter release health? [See the Flutter documentation](/platforms/flutter/configuration/releases/#release-health).
66
+
67
+
</Note>
68
+
69
+
Monitoring release health is currently not supported for pure Dart applications.
Copy file name to clipboardExpand all lines: docs/platforms/flutter/configuration/options.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,7 @@ This option can be overridden using <PlatformIdentifier name="in-app-include" />
151
151
<ConfigKeyname="attach-screenshot">
152
152
153
153
Takes a screenshot of the application when an error happens and includes it as an attachment.
154
+
Enable this option by setting <PlatformIdentifiername="attach-screenshot" /> to `true` and wrapping your root widget with `SentryWidget(child: MyApp())`.
154
155
Learn more about enriching events with screenshots in our <PlatformLinkto="/enriching-events/screenshots/">Screenshots documentation</PlatformLink>.
Copy file name to clipboardExpand all lines: docs/platforms/flutter/configuration/releases.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,14 +62,14 @@ After configuring your SDK, you can install a repository integration or manually
62
62
63
63
Monitor the [health of releases](/product/releases/health/) by observing user adoption, usage of the application, percentage of [crashes](/product/releases/health/#crash), and [session data](/product/releases/health/#session). Release health will provide insight into the impact of crashes and bugs as it relates to user experience, and reveal trends with each new issue through the [Release Details](/product/releases/release-details/) graphs and filters.
64
64
65
+
In order to monitor release health, the SDK sends session data.
66
+
65
67
<Note>
66
68
67
-
Crash reporting and app hang detection are not available for watchOS.
69
+
Release health in Flutter is only available for Android, iOS, and macOS.
68
70
69
71
</Note>
70
72
71
-
In order to monitor release health, the SDK sends session data.
72
-
73
73
### Sessions
74
74
75
75
A session represents the interaction between the user and the application. Sessions contain a timestamp, a status (if the session was OK or if it crashed), and are always linked to a release. Most Sentry SDKs can manage sessions automatically.
Copy file name to clipboardExpand all lines: docs/platforms/flutter/enriching-events/screenshots/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This feature is only available for SDKs with a user interface, like the ones for
9
9
10
10
## Enabling Screenshots
11
11
12
-
Because screenshots may contain <PlatformLinkto="/data-management/sensitive-data/">PII</PlatformLink>, they are an opt-in feature. You can enable screenshots as shown below:
12
+
Because screenshots may contain <PlatformLinkto="/data-management/sensitive-data/">PII</PlatformLink>, they are an opt-in feature.
@@ -110,8 +104,6 @@ There are two ways to set up TTID:
110
104
The default setup is enabled automatically, but only provides an approximation of TTID. To set a more accurate TTID, manually wrap the desired widget with `SentryDisplayWidget`, as shown below:
0 commit comments