-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
ref(core): Test mutation of attachments in hint #5140
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah - making the hint required would clean this up a lot, I wonder the consequences it would have though 🤔.
This comment was marked as outdated.
This comment was marked as outdated.
@timfish Is this up for merging? |
Yes! |
Although actually if #5141 gets merged first I can clean this up a little. |
Alright, I'll review #5141 and merge it first since it has more changes in general. Feel free to ping me here when this is ready to go :) |
This is ready to merge once CI completes! |
Awesome, thank you Tim! |
Hi, do we have any forecast when version 7.x will be released on npm? |
Hi @1001Josias, we've now released v7! https://github.com/getsentry/sentry-javascript/releases/tag/7.0.0 |
This PR adds tests to ensure attachments get passed from scope and through
beforeSend
/Event processors in the hint object.PR #5004