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

chore: update deps #526

Merged
merged 8 commits into from
Apr 8, 2019
Merged

chore: update deps #526

merged 8 commits into from
Apr 8, 2019

Conversation

@tdeekens tdeekens force-pushed the chore/update-deps branch from 44d46b7 to 6bc2260 Compare April 8, 2019 08:39
@@ -58,9 +58,7 @@ export const reportErrorToSentry = (error, extraInfo, getIsEnabled) => {
if (extraInfo && extraInfo.extra) {
if (typeof extraInfo.extra === 'object') {
// See https://docs.sentry.io/platforms/javascript/react/
Object.keys(extraInfo.extra).forEach(key => {
scope.setExtra(key, extraInfo.extra[key]);
});
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has been simplified in v5.

@tdeekens tdeekens merged commit 78f1b10 into master Apr 8, 2019
@tdeekens tdeekens deleted the chore/update-deps branch April 8, 2019 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants