Zaraz Not Send User Properties to Amplitude

For Workers & Pages, what is the name of the domain?

.com

What is the issue or error you’re encountering

I’m trying to send an event (User Properties) to amplitude using zaraz, but it’s not working

What steps have you taken to resolve the issue?

I’m trying to send an event (User Properties) to amplitude using zaraz, but it’s not working. Previously in used the format amplitude.setUserProperties() . However, I have not found such a method in zaraz. Is there any way to send User Porperties using zaraz?
Thanks!

What are the steps to reproduce the issue?

zaraz.track(formattedEventName, {
‘user_id’: 213123,
‘device_id’: ‘21387123810_test’,
‘device_type’: ‘Windows’,

});

Screenshot of the error

Yes, prefix your field with user_ like the Amplitude Managed Component says.

So It must be like
user_device_id
user_device_type
user_country
?
etc.

I try send by next way

 zaraz.track('addUserProperties', {
       'user_platform': JSON.stringify(getDevicePlatform()),
});

But Platform not output near the main row table, it output under all properties