expo / sentry-expo

MIT License
202 stars 83 forks source link

Remove json as an option for setting authToken #324

Closed GeorgeBellTMH closed 1 year ago

GeorgeBellTMH commented 1 year ago

Checklist

Why

Breaking Change - Security - this removes sentry authToken from the app.json file

How

AuthToken shouldn't be made public.

Test Plan

You can try setting the authToken in the json and it shouldn't work...it will only work from the environment variables.