Sentry-react-native: What do I need auth.token for?

Created on 20 Jun 2017  路  9Comments  路  Source: getsentry/sentry-react-native

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!

Most helpful comment

screenshot 2017-08-22 15 39 53

Click on the little icon on the bottom left, and then on API

All 9 comments

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 馃槄

123

@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?

@HazAT Where would this be stored at? I cannot find a list of keys in the Sentry UI.

screenshot 2017-08-22 15 39 53

Click on the little icon on the bottom left, and then on API

Was this page helpful?
0 / 5 - 0 ratings