AAO-React-Native
AAO-React-Native copied to clipboard
Bump @sentry/react-native from 4.4.0 to 4.11.0
Bumps @sentry/react-native from 4.4.0 to 4.11.0.
Release notes
Sourced from @sentry/react-native's releases.
4.11.0
Features
- Screenshots (#2610)
4.10.1
Fixes
- Bump Wizard from v1.2.17 to v1.4.0 (#2645)
- Android builds without ext config, auto create assets dir for modules (#2652)
- Exit gracefully if source map file for collecting modules doesn't exist (#2655)
- Create only one clean-up tasks for modules collection (#2657)
Dependencies
4.10.0
Features
- JS Runtime dependencies are sent in Events (#2606)
- To collect JS dependencies on iOS add
../node_modules/@sentry/react-native/scripts/collect-modules.shat the end of theBundle React Native code and imagesbuild phase. The collection only works on Release builds. Android builds have a new step insentry.gradleplugin. More in the migration documentation.Dependencies
4.9.0
Features
- Add
maxQueueSizeoption (#2578)Fixes
- Use
Scopeclass rather thanScopetype for top-level functions (#2627)Dependencies
... (truncated)
Changelog
Sourced from @sentry/react-native's changelog.
4.11.0
Features
- Screenshots (#2610)
4.10.1
Fixes
- Bump Wizard from v1.2.17 to v1.4.0 (#2645)
- Android builds without ext config, auto create assets dir for modules (#2652)
- Exit gracefully if source map file for collecting modules doesn't exist (#2655)
- Create only one clean-up tasks for modules collection (#2657)
Dependencies
4.10.0
Features
- JS Runtime dependencies are sent in Events (#2606)
- To collect JS dependencies on iOS add
../node_modules/@sentry/react-native/scripts/collect-modules.shat the end of theBundle React Native code and imagesbuild phase. The collection only works on Release builds. Android builds have a new step insentry.gradleplugin. More in the migration documentation.Dependencies
4.9.0
Features
- Add
maxQueueSizeoption (#2578)Fixes
- Use
Scopeclass rather thanScopetype for top-level functions (#2627)Dependencies
... (truncated)
Commits
3c19668release: 4.11.0ca810b9feat: Screenshots (#2610)4835cf8Merge branch 'release/4.10.1'0d6baa5release: 4.10.18fbf600fix(modules): Modules create only one cleanup task (#2657)bb4d70cfix(modules): Exit gracefully if source map file doesn't exist (#2655)98a6e43chore(deps): update Android SDK to v6.9.1 (#2653)c4ec9c8chore: update scripts/update-wizard.sh to v1.4.0 (#2645)5add8d1fix(modules): Android builds without ext config, auto create assets dir for m...3e296afRevert "chore(deps): update Android SDK to v6.9.0 (#2643)" (#2651)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #6631 (3a9777d) into master (2845132) will not change coverage. The diff coverage is
n/a.
Additional details and impacted files
@@ Coverage Diff @@
## master #6631 +/- ##
======================================
Coverage 8.09% 8.09%
======================================
Files 288 288
Lines 5412 5412
Branches 1405 1405
======================================
Hits 438 438
Misses 4974 4974
Superseded by #6664.