Don't add Expo Plugin option authToken to application bundle (#3630)
Expo plugin configurations are generally stored in plain text, and are also automatically added to built app bundles, and are therefore considered insecure.
You should not set the auth token in the plugin config except for local testing. Instead, use the SENTRY_AUTH_TOKEN env variable, as pointed out in our docs.
In addition to showing a warning, we are now actively removing an authToken from the plugin config if it was set.
If you had set the auth token in the plugin config previously, and built and published an app with that config, you should rotate your token.
Reduce waning messages spam when a property in Expo plugin configuration is missing (#3631)
This release contains upgrade of sentry-android dependency to major version 7. There are no breaking changes in the JS API. If you are using the Android API please check the migration guide.
Features
Add Android profiles to React Native Profiling (#3397)
Don't add Expo Plugin option authToken to application bundle (#3630)
Expo plugin configurations are generelly stored in plain text, and are also automatically added to built app bundles, and are therefore considered insecure.
You should not set the auth token in the plugin config except for local testing. Instead, use the SENTRY_AUTH_TOKEN env variable, as pointed out in our docs.
In addition to showing a warning, we are now actively removing an authToken from the plugin config if it was set.
If you had set the auth token in the plugin config previously, and built and published an app with that config, you should rotate your token.
Reduce waning messages spam when a property in Expo plugin configuration is missing (#3631)
This release contains upgrade of sentry-android dependency to major version 7. There are no breaking changes in the JS API. If you are using the Android API please check the migration guide.
Features
Add Android profiles to React Native Profiling (#3397)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/tooot-app/app/network/alerts).
Bumps @sentry/react-native from 5.18.0 to 5.19.1.
Release notes
Sourced from
@sentry/react-native
's releases.Changelog
Sourced from
@sentry/react-native
's changelog.... (truncated)
Commits
f44bad6
release: 5.19.1664fb8a
fix(expo): Reduce waning messages spam when a property in configuration is mi...9148964
fix(expo): Ensure authToken is not written to application package (#3630)4200779
release: 5.19.0e69e91e
feat(sdk): Add JS Core metrics (#3590)82eeed0
chore(deps): update JavaScript SDK to v7.100.1 (#3589)bab71cf
fix(ci): Fix iOS builds failing Hermes cocoapods (#3592)ae9f909
fix(android):proguardUuid
loading (#3591)7835531
feat(profiling): Add RN/Android mixed profiles (#3397)b282f25
Update README badges, add Expo (#3580)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show