Skip to content

Commit

Permalink
fix(changelog): remove authToken from v5.16.0 changelog (#3676)
Browse files Browse the repository at this point in the history
  • Loading branch information
kahest authored Mar 11, 2024
1 parent 764a256 commit b8ec434
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ see [the Expo guide](https://docs.sentry.io/platforms/react-native/manual-setup/
module.exports = withSentry(config, {
url: 'https://www.sentry.io/',
authToken: 'example-token', // Or use SENTRY_AUTH_TOKEN env
project: 'project-slug', // Or use SENTRY_PROJECT env
organization: 'org-slug', // Or use SENTRY_ORG env
});
Expand Down

0 comments on commit b8ec434

Please sign in to comment.