Is debugId also for production?

I found that calling setDebugId(“my_id”) on a component set the CSS id to “my_id”

May I call it also in production code or should I leave that only for debugging purpose?
Thanks.

Hi,

Debug IDs work both in debug and production mode. In other words, you cannot turn off debug IDs for production mode unless you implement this yourself.

HTH,
/Jonatan