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

fixes for the testnet stateful sets #1049

Merged
merged 1 commit into from
Sep 18, 2019
Merged

Conversation

kevjue
Copy link
Contributor

@kevjue kevjue commented Sep 18, 2019

Description

There appears to be extra curly braces in the statefulsets files.

Tested

Deployed a new testnet.

Other changes

None

Backwards compatibility

Is backwards compatible.

@codecov
Copy link

codecov bot commented Sep 18, 2019

Codecov Report

Merging #1049 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1049   +/-   ##
=======================================
  Coverage   66.94%   66.94%           
=======================================
  Files         252      252           
  Lines        7322     7322           
  Branches      415      415           
=======================================
  Hits         4902     4902           
  Misses       2334     2334           
  Partials       86       86
Flag Coverage Δ
#mobile 66.94% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4fa4407...aa99fde. Read the comment docs.

@nambrot nambrot added the automerge Have PR merge automatically when checks pass label Sep 18, 2019
@ashishb ashishb merged commit 7675c98 into master Sep 18, 2019
@ashishb ashishb deleted the kevjue/statefulsets_fix branch September 18, 2019 19:44
mergify bot pushed a commit 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
automerge Have PR merge automatically when checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants