Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump sentry-android from 3.1.3 to 3.2.0 in /android #1208

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Nov 23, 2020

Bumps sentry-android from 3.1.3 to 3.2.0.

Release notes

Sourced from sentry-android's releases.

3.2.0

What’s Changed

  • Bump: AGP 4.1.1 (#1040)
  • Fix: use neutral Locale for String operations #1033
  • Update to sentry-native 0.4.4 and fix shared library builds (#1039)
  • Feat: Expose a Module (Debug images) Loader for Android thru sentry-native #1043
  • Enhancement: Added java doc to protocol classes based on sentry-data-schemes project (#1045)
  • Enhancement: Make SentryExceptionResolver Order configurable to not send handled web exceptions (#1008)
  • Enhancement: Resolve HTTP Proxy parameters from the external configuration (#1028)
  • Enhancement: Sentry NDK integration is compiled against the default NDK version based on AGP's version #1048
  • Fix: Clean up JNI code and properly free strings #1050
  • Fix: set userId for hard-crashes if no user is set #1049

Packages were released on bintray sentry-java, bintray sentry-android, jcenter and mavenCentral

We'd love to get feedback.

Changelog

Sourced from sentry-android's changelog.

3.2.0

  • Bump: AGP 4.1.1 (#1040)
  • Fix: use neutral Locale for String operations #1033
  • Update to sentry-native 0.4.4 and fix shared library builds (#1039)
  • Feat: Expose a Module (Debug images) Loader for Android thru sentry-native #1043
  • Enhancement: Added java doc to protocol classes based on sentry-data-schemes project (#1045)
  • Enhancement: Make SentryExceptionResolver Order configurable to not send handled web exceptions (#1008)
  • Enhancement: Resolve HTTP Proxy parameters from the external configuration (#1028)
  • Enhancement: Sentry NDK integration is compiled against default NDK version based on AGP's version #1048
  • Fix: Clean up JNI code and properly free strings #1050
  • Fix: set userId for hard-crashes if no user is set #1049
Commits

Dependabot compatibility score

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 23, 2020
@jennmueng
Copy link
Member

@dependabot rebase

@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/android/io.sentry-sentry-android-3.2.0 branch from 93d7289 to 8bdc2b8 Compare December 4, 2020 10:19
@jennmueng jennmueng force-pushed the dependabot/gradle/android/io.sentry-sentry-android-3.2.0 branch from 8bdc2b8 to 25b197a Compare December 4, 2020 10:24
@jennmueng jennmueng merged commit 5b92903 into master Dec 4, 2020
@jennmueng jennmueng deleted the dependabot/gradle/android/io.sentry-sentry-android-3.2.0 branch December 4, 2020 11:08
mergify bot pushed a commit to celo-org/celo-monorepo that referenced this pull request Dec 19, 2020
### Description

Upgrade sentry/react-native from 1.7.1 to 2.1.0.

This is part of our effort to improve debugging capabilities. With this update we hope to see better stack traces in some native crashes where the entire trace is missing.

I went through the release notes for each of the releases since 1.7.1 to make sure we capture any breaking changes and to see what has been fixed and what to watch out for.

One thing that has been added is release health which we should discuss whether we want on or off: https://blog.sentry.io/2020/05/19/crash-free-sessions-carefree-users-with-release-health

What's new in sentry:

- Bump sentry-android to 3.2.0 getsentry/sentry-react-native#1208
- Fix: set userId for hard-crashes if no user is set [#1049](getsentry/sentry-java#1049) 
- Bump @sentry/javascript dependencies to [5.28.0](getsentry/sentry-react-native#1228)
- Bump sentry-cocoa to [6.0.9](getsentry/sentry-react-native#1200)


### Other changes
Set sentry automatic session tracking explicitly off because the default has changed in 2.0. Not sure yet if we want that on so I set it off to be explicit.


### Tested

Manually causing crashes in JS:
`throw new Error("My first Sentry error!");`
and in native:
`Sentry.nativeCrash();`

### Related issues

- Fixes #6203

### Backwards compatibility

Yes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant