feat(skills-next): add flutter SDK references#242
Conversation
a1ee41f to
689a3bf
Compare
689a3bf to
032f3e1
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 032f3e1. Configure here.
| |-------|----------| | ||
| | No transactions in Sentry | Confirm `tracesSampleRate > 0`; set to `1.0` to see all during debugging | | ||
| | Navigation not tracked | Add `SentryNavigatorObserver()` to `navigatorObservers`; name all routes | | ||
| | Traces not being connected across navigations | `enableNewTraceOnNavigation` defaults to `false` since 9.19.0 — set it to `true` to generate a fresh trace on each navigation event | |
There was a problem hiding this comment.
Inverted navigation trace fix
Medium Severity
The troubleshooting row for traces not connecting across navigations tells readers to set enableNewTraceOnNavigation to true, which starts a new trace on each navigation and reduces continuity. Keeping it false (the 9.19+ default) is what preserves connected traces.
Reviewed by Cursor Bugbot for commit 032f3e1. Configure here.
|
Automated fixes pushed addressing the review feedback on this PR:
Note: the bot's |


Direct LLM port of the existing
flutterSDK skill into the skills-next per-SDK reference layout underskills-next/references/sdks/flutter/. This content has NOT been reviewed at all — it is a machine-generated port of the existing SDK skill, and every file should be treated as unverified.