It would be nice if we could get the current scene name on entering and exiting scene event.
Example:
[lua]
function scene:enterScene( event )
local sceneName = event.sceneName
end
[/lua]
Usage example:
Analytics wrapper that measures time spent on scene could have enter and exit listeners and log time for specific scenes.