Skip to content

Commit a3457ed

Browse files
committed
update
1 parent d6d8154 commit a3457ed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ARTICLE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ The `LogItem.toMap()` or `LogItem.toJson()` function will output detailed inform
186186
"breadcrumbs": [
187187
{
188188
"icon": "🟣",
189-
"location": "screenshot3/updateUserProfile #36",
189+
"location": "my_app/updateUserProfile #36",
190190
"message": "Navigated to profile screen.",
191191
"timestamp": "2025-07-03T18:24:08.514177",
192192
"tags": [
@@ -198,12 +198,12 @@ The `LogItem.toMap()` or `LogItem.toJson()` function will output detailed inform
198198
"column": 7,
199199
"line": 36,
200200
"package": null,
201-
"library": "example/screenshot3.dart",
202-
"uri": "file:///Users/robmllze/Projects/flutter/dev_cetera/df_packages/packages/df_log/example/screenshot3.dart"
201+
"library": "example/my_app.dart",
202+
"uri": "file:///Users/robmllze/Projects/flutter/dev_cetera/df_packages/packages/df_log/example/my_app.dart"
203203
},
204204
{
205205
"icon": "🔴",
206-
"location": "screenshot3/updateUserProfile #44",
206+
"location": "my_app/updateUserProfile #44",
207207
"message": "Failed to update profile: Exception: Connection timed out",
208208
"timestamp": "2025-07-03T18:24:08.518744",
209209
"tags": [
@@ -216,8 +216,8 @@ The `LogItem.toMap()` or `LogItem.toJson()` function will output detailed inform
216216
"column": 9,
217217
"line": 44,
218218
"package": null,
219-
"library": "example/screenshot3.dart",
220-
"uri": "file:///Users/robmllze/Projects/flutter/dev_cetera/df_packages/packages/df_log/example/screenshot3.dart"
219+
"library": "example/my_app.dart",
220+
"uri": "file:///Users/robmllze/Projects/flutter/dev_cetera/df_packages/packages/df_log/example/my_app.dart"
221221
}
222222
]
223223
}

0 commit comments

Comments
 (0)