Future<void> setInteractionName(String interactionName) async { FractalUp.setAttribute('interaction.name', interactionName); }