The `handleActivity` has some issues: - it has only 2 parameters. Usually matomo events have 3 params. This can be fixed by just having `type` and `payload` as specific params. - we should remove the `promptSend` and `typing`.