# Logging

## Network activities

The `observeNetworkActivities()` function in the social.plus SDK allows developers to log and monitor all HTTP request and response activities within the SDK. This function provides valuable insights into the network interactions of your application with social.plus, enabling you to track, analyze, and debug network-related issues effectively.

{% tabs %}
{% tab title="iOS" %}
{% embed url="<https://gist.github.com/amythee/dd747787e4b80ac55e78dcea7735c515>" %}
{% endtab %}

{% tab title="Android" %}
{% embed url="<https://gist.github.com/98c3ddb327a1e31d1843b6d9d4ed928f>" %}
{% endtab %}

{% tab title="TS" %}
{% embed url="<https://gist.github.com/amythee/f8d18fe244b598ffd0786441b1b60231>" %}
{% endtab %}
{% endtabs %}
