What's Changed
- Make sure Datadog SDK is initialized on the main thread. Fixes #198 by @cltnschlosser in #204
- Enable iOS native crash reporting by @louiszawadzki in #207
- Implement first party hosts in resource tracking by @louiszawadzki in #197
⚠️ If you have already enabled resource tracing (distributed traces), you now need to specify your hosts as first-party hosts in your SDK config
config.firstPartyHosts = ['example.com'];
New Contributors
- @cltnschlosser made their first contribution in #204
Full Changelog: 1.0.0-rc7...1.0.0-rc8