• caglararli@hotmail.com
  • 05386281520

How are Sentry’s public key protected when the token is in front end code?

Çağlar Arlı      -    11 Views

How are Sentry’s public key protected when the token is in front end code?

In Sentry's documentation they explain that you can use a public token to use their API;

<script
  src="https://js.sentry-cdn.com/examplePublicKey.min.js"
  crossorigin="anonymous"
></script>

How is examplePublicKey from being used by an attacker and using my account ? Is it a secure way of doing things ?