How to hide Sentry auth token?

This page https://docs.expo.io/versions/v24.0.0/guides/using-sentry.html explains how to setup Sentry on your expo app. It tells you to put authToken and other Sentry sensitive data in app.json file which in source control and can’t be really git ignored. So how to hide those secrets?

1 Like

You could fork sentry-expo and make it check some secret file. Don’t think there’s a great way to do it without writing some extra code.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.