Skip to content

Commit 30a1796

Browse files
authored
fix(flutter/analytics): temporarily remove broken url (#6177)
1 parent 21ff4ed commit 30a1796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fragments/lib/project-setup/flutter/upgrade-guide/upgrade-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Follow the instructions [here](/lib/auth/social/q/platform/flutter/#platform-set
291291
- Automatic session reporting behavior has been aligned in v1. For all platforms, backgrounding and foregrounding the app will stop and start a new session. Previously on iOS, the session would pause and then resume.
292292
- You can now save to the `UserAttributes` field of a Pinpoint Endpoint by passing an `AWSPinpointUserProfile` to `identifyUser`.
293293
- Analytics cached event data is now stored differently. Existing cached analytics events will not be migrated.
294-
- There are now typed `AnalyticsException`s for specific exception cases. See [the documentation on Pub](https://pub.dev/documentation/amplify_analytics_pinpoint/latest/amplify_analytics_pinpoint/amplify_analytics_pinpoint-library.html) for a full list of exceptions.
294+
- There are now typed `AnalyticsException`s for specific exception cases.
295295

296296
## API
297297

0 commit comments

Comments
 (0)