I'm just wondering about the best practice regarding the spatial reference of features loaded to a hosted feature layer in AGOL via the REST API. I understand that layers get re-projected on-the-fly in web maps, so it doesn't matter so much what spatial reference they're stored in, but what happens when I load a geometry with a WGS84 spatial reference for a new feature via the REST API for a hosted feature layer feature service with the Web Mercator spatial reference. I should be re-projecting first to Web Mercator?
In this case no geographic transformation is needed, so its probably quite a marginal case, but would it anyway be best practice to re-project anyway?