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

fix: Fix partial dependency update for Sentry #3172

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

ansgarm
Copy link
Member

@ansgarm ansgarm commented Oct 5, 2023

Resolves #3171

Copy link
Contributor

@mutahhir mutahhir left a comment

Choose a reason for hiding this comment

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

Can you write a couple of lines why unknown fixes the problem for context. Otherwise LGTM

@ansgarm
Copy link
Member Author

ansgarm commented Oct 5, 2023

Can you write a couple of lines why unknown fixes the problem for context. Otherwise LGTM

The problem was that we had different versions of Sentry in place (I suspect Sentry installs itself globally if not already present, causing a mismatch in expected methods on the global Sentry). The change for unknown is just a requirement from updating Sentry for the cli-core package.

@ansgarm ansgarm added this pull request to the merge queue Oct 5, 2023
Merged via the queue into main with commit b19a0d8 Oct 5, 2023
52 of 56 checks passed
@ansgarm ansgarm deleted the fix-sentry-dependency-update branch October 5, 2023 09:19
ansgarm added a commit that referenced this pull request Oct 5, 2023
## 0.18.2

Fixes a bug in 0.18.1 that broke crash reporting due to a partial
dependency upgrade.

### fix

- fix: Fix partial dependency update for Sentry
[\#3172](#3172)
Copy link
Contributor

github-actions bot commented Nov 5, 2023

I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError: t.update is not a function
4 participants