-
-
Notifications
You must be signed in to change notification settings - Fork 354
Bump Sentry JavaScript 7.3.1 #2306
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
Conversation
|
Tests fail due to:
|
|
were there any breaking changes related to it? |
|
Hmm this is weird.. I took a quick look but afaict we didn't change anything w.r.t the hub API or in anything publicly exposed in the This line should be, where the test currently fails, right?: So for some reason, there seems to be a problem with EDIT: I'm currently doing some more work in this area so I removed the sketchy type cast from |
|
Yes, exactly that line of the code, wondering if it's something that JS SDK has to fix or should I should mock it in my tests. Edit: worked if I mock |
|
Ahh I think I know what's going on here and I believe mocking
I don't think so (if my assumption above is correct). Can't really change this on the JS SDK though because we need the client at this stage to collect the information for the dynamic sampling context (i.e. the stuff we propagate via baggage and send in the envelope header). |
|
Thanks @Lms24 appreciate it. |
📢 Type of change
📜 Description
💡 Motivation and Context
💚 How did you test it?
📝 Checklist
🔮 Next steps