- Learn more about how the SDK can be configured via options. These are being passed to the init function and therefore set when the SDK is first initialized. 
- Learn how to turn off Out Of Memory tracking 
- Learn how to turn off Watchdog Termination tracking 
- Learn how to set up the Sentry Cocoa and Browser SDKs with WebView. 
- Learn about how to add app hang detection reporting. 
- Learn which features use swizzling 
- This feature, once enabled, automatically captures HTTP client errors, like bad response codes, as error events and reports them to Sentry 
- This feature, once enabled, subscribes to MXDiagnosticPayload data of MetricKit and it to Sentry. 
- Learn how to configure your SDK to tell Sentry about your environments. 
- Learn how to configure your SDK to tell Sentry about your releases. 
- Learn how to configure the volume of error and transaction events sent to Sentry. 
- Learn more about how to configure your SDK to filter events reported to Sentry. 
- Learn more about the default behavior of our SDK if the application shuts down unexpectedly. 
- Learn how to use the Sentry SDK within a shared environment, such as another SDK.