Uh oh!
There was an error while loading. Please reload this page.
Bump Sentry JavaScript 7.3.1 - #2306
Conversation
marandaneto
commented
Jun 22, 2022
Tests fail due to:
|
marandaneto
commented
Jun 22, 2022
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 |
Lms24
commented
Jun 22, 2022
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). |
marandaneto
commented
Jun 22, 2022
Thanks @Lms24 appreciate it. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
📢 Type of change
📜 Description
💡 Motivation and Context
💚 How did you test it?
📝 Checklist
🔮 Next steps