In sentry.properties there's a property auth.token. What do I need it for? Is it safe to bundle my auth token into the app?
Thanks!
The auth.token is used for uploading sourcemaps and debug symbols to sentry in order so we can symbolicate the crash correctly.
There is no need to bundle sentry.properties in your app.
Oh kk thanks. BTW what all permissions are needed for the access token?
Good question, I believe it's just project:releases but don鈥檛 pin me down to that 馃槄
@HazAT created an access token with release rights only and it worked 馃憤
@suksoom ?
@HazAT
I cannot find a place to get the auth token in the sentry UI. Is it project based or in the org settings? Unless its the token in the release tracking tab?
@tuneZola https://sentry.io/api/
@HazAT Where would this be stored at? I cannot find a list of keys in the Sentry UI.

Click on the little icon on the bottom left, and then on API
Most helpful comment
Click on the little icon on the bottom left, and then on API