I'm new to application insights in frontend SPA applications. But I don't feel comfortable putting the application insights connection string for all to see in the react code as the samples suggests.
What's to prevent anyone from taking the connection string and use it to drive up my hosting costs or log lots of false errors and exceptions?
Is there another way to do this? Or am I overthinking things?