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

(feat) Add Attachments #2463

Merged
merged 23 commits into from
Sep 15, 2022
Merged

(feat) Add Attachments #2463

merged 23 commits into from
Sep 15, 2022

Conversation

krystofwoldrich
Copy link
Member

@krystofwoldrich krystofwoldrich commented Sep 8, 2022

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

Add attachments support for RN. Supported attachments are string (will be send as is) and Uint8Array. File paths are not supported as RN doesn't have build-in FS. Support for certain libs used in RN can be added later if necessary.

💡 Motivation and Context

💚 How did you test it?

Using sample app and unit tests.

📝 Checklist

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

🔮 Next steps

@krystofwoldrich krystofwoldrich marked this pull request as draft September 9, 2022 11:29
ios/RNSentry.m Outdated Show resolved Hide resolved
src/js/wrapper.ts Outdated Show resolved Hide resolved
@krystofwoldrich krystofwoldrich marked this pull request as ready for review September 14, 2022 10:11
CHANGELOG.md Outdated Show resolved Hide resolved
test/wrapper.test.ts Outdated Show resolved Hide resolved
@marandaneto
Copy link
Contributor

@krystofwoldrich left a few comments, just a few things to address and ready to go, thanks for doing this.

Copy link
Contributor

@marandaneto marandaneto left a comment

Choose a reason for hiding this comment

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

Well done @krystofwoldrich

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