Safe wrapper for dynatrace.identifyUser which reverts to a noop if RUM JavaScript is not available.
The name of the user. For example, use a name, userid, or your user's email address.
import { identifyUser } from '@dynatrace/rum-javascript-sdk/api';identifyUser('john.doe@example.com'); Copy
import { identifyUser } from '@dynatrace/rum-javascript-sdk/api';identifyUser('john.doe@example.com');
Safe wrapper for dynatrace.identifyUser which reverts to a noop if RUM JavaScript is not available.