By default, events will not be sent to Datadog. This is a requirement
of the SDK to maintain GDPR compliance. To maintain backwards
functionality, use trackingConsent: TrackingConsent.granted. For more,
see TrackingConsent.
The SDK changes its behavior according to the new trackingConsent
value. For example, if the current tracking consent is .pending:
and it is changed to .granted, the SDK will send all current and
future data to Datadog; if changed to .notGranted, the SDK will
wipe all current data and will not collect any future data.