|
@@ -164,6 +164,7 @@ const mockedTrace = (project: Project) => {
|
|
|
project_id: parseInt(project.id, 10),
|
|
|
project_slug: project.slug,
|
|
|
title: 'ApplicationNotResponding: ANR for at least 5000 ms.',
|
|
|
+ message: 'ANR for at least 5000 ms.',
|
|
|
level: 'error',
|
|
|
issue: '',
|
|
|
},
|
|
@@ -178,6 +179,7 @@ const mockedTrace = (project: Project) => {
|
|
|
project_id: parseInt(project.id, 10),
|
|
|
project_slug: project.slug,
|
|
|
title: 'File IO on Main Thread',
|
|
|
+ message: 'File IO on Main Thread',
|
|
|
level: 'info',
|
|
|
culprit: 'MainActivity.add_attachment',
|
|
|
type: 1008,
|