You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fixDeviceID.web.js 227B

123456789
  1. /**
  2. * Custom logic for setting the correct device id.
  3. *
  4. * @param {AmplitudeClient} amplitude - The amplitude instance.
  5. * @returns {void}
  6. */
  7. export function fixDeviceID(amplitude) { // eslint-disable-line no-unused-vars
  8. }