79554696

Date: 2025-04-04 07:28:26
Score: 1
Natty:
Report link

If you want to use a variable on the client-side during runtime, you need to make it public. The client-side needs to see the DSN to know where to send the errors to.

Your frontend is always public. As soon as you open the browser inspection tools, you are able to see the (minified) code, the network requests etc.

Just make sure to keep your Sentry Auth Token secret - this one is only used during build time.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: s1gr1d