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

Update Sentry version #566

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Update Sentry version #566

wants to merge 5 commits into from

Conversation

termosa
Copy link

@termosa termosa commented Jun 12, 2024

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    Update Sentry dependency (fixes issues related to the conflict of the Sentry SDK v8+)

  • What is the current behavior? (You can also link to an open issue here)
    In the Sentry v7-v8 the @sentry/hub was merged with @sentry/core and than the __SENTRY__.hub was completely removed. The @sentry/minimal has not been updated for a long time and uses __SENTRY__.hub.isOlderThan() method failing with the error of missing variable.

  • What is the new behavior (if this is a feature change)?
    Instead of @sentry/minimal it uses @sentry/core that is aware of new SDK version and uses it without throwing exceptions.

  • Other information:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants