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(envelope): Remove duplicate sdk package record from envelope #2570

Merged
merged 3 commits into from
Oct 25, 2022

Conversation

krystofwoldrich
Copy link
Member

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

I've introduced this bug in #2492 while fixing missing SDK information in the envelope header. I didn't know that the JS SDK adds information from metadata also to the packages as RN does in SdkInfo integration, therefore this needed to be removed.

💡 Motivation and Context

Closes: #2531

💚 How did you test it?

Sample app and integrations tests

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • All tests passing
  • No breaking changes

🔮 Next steps

@krystofwoldrich krystofwoldrich enabled auto-merge (squash) October 25, 2022 12:00
@@ -2,6 +2,10 @@

## 4.7.0

### Fixes

- Remove duplicate sdk package record from envelope ([#2570](https://github.com/getsentry/sentry-react-native/pull/2570))
Copy link
Contributor

Choose a reason for hiding this comment

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

  • 🚫 The changelog entry seems to be part of an already released section ## 4.7.0.
    Consider moving the entry to the ## Unreleased section, please.

@krystofwoldrich krystofwoldrich merged commit 90e56e7 into main Oct 25, 2022
@krystofwoldrich krystofwoldrich deleted the remove-double-sdk-package branch October 25, 2022 12:01
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.

Duplicate packages in envelopes
2 participants