Skip to content

Commit 6094533

Browse files
authored
feat(apple): Automatic breadcrumb for UIControl events (#6289)
Added UIControl events to the list of automatic breadcrumbs created by the SDK.
1 parent 8b355b9 commit 6094533

File tree

1 file changed

+1
-1
lines changed
  • src/platform-includes/enriching-events/breadcrumbs/automatic-breadcrumbs

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The Cocoa SDK captures breadcrumbs automatically for:
22
- Application lifecycle events (`didBecomeActive`, `didEnterBackground`, `viewDidAppear`)
3-
- Touch events
3+
- UIControl events (with the exception of UITextField `.editingChanged`)
44
- System events (battery level or state changed, memory warnings, device orientation changed, keyboard did show and did hide, screenshot taken)
55
- Outgoing HTTP requests

0 commit comments

Comments
 (0)