TRAFFIC_STATS_THREAD_TAG

const val TRAFFIC_STATS_THREAD_TAG: Int = 1337

The tag used to identify requests originating from the Braze SDK. See https://developer.android.com/reference/android/net/TrafficStats#setThreadStatsTag(int). According to https://github.com/square/okhttp/issues/3537, there doesn't appear to be any harm in using an arbitrary id here for all Braze threads.