Commit bfd7af3
docs(rum): say that Flutter iOS Dart stacks are not symbolicated
The symbolication tables listed a single `Dart` row pointing at Flutter symbols, with no
platform qualifier, so they read as a promise that iOS Dart frames resolve the same way
Android ones do. They do not: the `.symbols` file Flutter produces for iOS carries no
build id (flutter/flutter#138182, open since 2023), so it cannot be matched to a build
and the upload rejects it.
The omission cost more than a failed upload. Readers following these pages ran
`--obfuscate` on their iOS builds, and with no uploadable symbol file nothing can ever
un-rename those symbols -- so the Dart stacks they were trying to make readable became
permanently unreadable instead.
Split the Dart row by platform and add the reason, the `--obfuscate` warning, and the
note that iOS native crashes are unaffected and still symbolicate from dSYMs.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent fa29fa5 commit bfd7af3
4 files changed
Lines changed: 24 additions & 4 deletions
File tree
- en/rum/sdk/flutter
- zh/rum/sdk/flutter
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
95 | 100 | | |
96 | 101 | | |
97 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
67 | 72 | | |
68 | 73 | | |
69 | 74 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
95 | 100 | | |
96 | 101 | | |
97 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
67 | 72 | | |
68 | 73 | | |
69 | 74 | | |
0 commit comments