You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## DESCRIBE YOUR PR
Making sure the metadata is up to date for Unreal options since
migrating in full to SDKoption.
## IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs
to go live.
- [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE -->
- [ ] Other deadline: <!-- ENTER DATE HERE -->
- [x] None: Not urgent, can wait up to 1 week+
## SLA
- Teamwork makes the dream work, so please add a reviewer to your PRs.
- Please give the docs team up to 1 week to review your PR unless you've
added an urgent due date to it.
Thanks in advance for your help!
## PRE-MERGE CHECKLIST
*Make sure you've checked the following before merging your changes:*
- [ ] Checked Vercel preview for correctness, including links
- [ ] PR was reviewed and approved by any necessary SMEs (subject matter
experts)
- [ ] PR was reviewed and approved by a member of the [Sentry docs
team](https://github.com/orgs/getsentry/teams/docs)
---------
Co-authored-by: Shannon Anahata <[email protected]>
<SdkOptionname="AutomaticBreadcrumbsForLogs"type="struct"defaultNote="enabled for Fatal, Error, and Warning">
74
79
75
-
Configures whether to automatically add breadcrumbs for log messages with certain keywords (examples: `Fatal`, `Error`, `Warning`, `Log` and `Verbose`).
80
+
Configures whether to automatically add breadcrumbs for log messages at specific verbosity levels. This is a struct containing boolean fields for different log levels:
81
+
-`bOnFatalLog` - defaults to `true`
82
+
-`bOnErrorLog` - defaults to `true`
83
+
-`bOnWarningLog` - defaults to `true`
84
+
-`bOnInfoLog` (Display/Log) - defaults to `false`
85
+
-`bOnDebugLog` (Verbose/VeryVerbose) - defaults to `false`
76
86
77
87
</SdkOption>
78
88
@@ -102,7 +112,7 @@ If you enable this option, be sure to manually remove what you don't want to sen
0 commit comments