Skip to content

Commit 56afeb2

Browse files
feat(apple): Update auto crumbs doc (#14848)
Mention that the Cocoa SDK captures automatic breadcrumbs when the time zone changes or the time changes significantly.
1 parent 0f38b17 commit 56afeb2

File tree

2 files changed

+2
-2
lines changed
  • docs/platforms/apple/common/features
  • platform-includes/enriching-events/breadcrumbs/automatic-breadcrumbs

2 files changed

+2
-2
lines changed

docs/platforms/apple/common/features/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The SDK builds a crash report that persists to disk. While it attempts to send t
3131
- <PlatformLink to="/enriching-events/breadcrumbs/#automatic-breadcrumbs">Breadcrumbs automatically</PlatformLink> captured for
3232
- Application lifecycle events (`didBecomeActive`, `didEnterBackground`, `viewDidAppear`)
3333
- Touch events
34-
- System events (battery level or state changed, memory warnings, device orientation changed, keyboard did show and did hide, screenshot taken)
34+
- System events (battery level or state changed, memory warnings, device orientation changed, keyboard did show and did hide, screenshot taken, time zone changed or significant time change)
3535
- Outgoing HTTP requests
3636
- <Link to="/product/releases/health">Release health</Link> tracks crash free users and sessions
3737
- Automatic <PlatformLink to="/tracing/instrumentation">Performance Tracking</PlatformLink>

platform-includes/enriching-events/breadcrumbs/automatic-breadcrumbs/apple.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ The Cocoa SDK captures breadcrumbs automatically for:
22

33
- Application lifecycle events (`didBecomeActive`, `didEnterBackground`, `viewDidAppear`)
44
- UIControl events (with the exception of UITextField `.editingChanged`)
5-
- System events (battery level or state changed, memory warnings, device orientation changed, keyboard did show and did hide, screenshot taken)
5+
- System events (battery level or state changed, memory warnings, device orientation changed, keyboard did show and did hide, screenshot taken, time zone changed or significant time change)
66
- Outgoing HTTP requests

0 commit comments

Comments
 (0)