We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f2c80 commit 69218bfCopy full SHA for 69218bf
Bugsnag/Breadcrumbs/BSGNotificationBreadcrumbs.m
@@ -327,9 +327,6 @@ - (void)addBreadcrumbForControlNotification:(__attribute__((unused)) NSNotificat
327
if (identifier) {
328
[dict setObject:identifier forKey:@"controlIdentifier"];
329
}
330
- if (control.stringValue.length) {
331
- [dict setObject:control.stringValue forKey:@"stringValue"];
332
- }
333
[self addBreadcrumbWithType:BSGBreadcrumbTypeUser forNotificationName:notification.name metadata:dict];
334
#endif
335
0 commit comments