Skip to content

Channels

You can group events in the dashboard by using channels.

By default, you’ll have the all channel which will display events from all channels.

Add channel

Go to Logspot dashboard and click Plus button next to Channels in the menu.

Delete channel

Go to Project Settings and then go to Channels. There you can delete the channel.

!> Events won’t be deleted. Only channel.

Tracking

!> You need to create the channel first in your project settings before you can send events to a specific channel

Logspot.track({
event: 'UserSubscribed',
channel: 'Sign ups',
userId: '[email protected]',
metadata: { additionalData: '123' },
});