-
Notifications
You must be signed in to change notification settings - Fork 136
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
@elastic/apm-rum-core incompatible with IE11 #377
Comments
Added a month ago in c743f70 |
Integration tests was actually failing, after the change was introduced, but it was merged anyway. Not sure if the failing was related to the issues mentioned though. |
We have been using default paramaters even before that PR - check this one https://github.com/elastic/apm-agent-rum-js/pull/241/files#diff-1c7652a0f8ca520a78a86b9dfcadc042R124 We publish our modules in 2 ways.
If users are going with the 2nd way which would be the preferred way in most situations, users are in full control of transpiling the code and supporting the browser version of their choice. There are multiple advantages to this
One of the best summary on this front - parcel-bundler/parcel#559 (comment) If you run in to any issues or need help Let us know. We will document this from our side to make it clear. Integration test failure is unrelated. |
@vigneshshanmugam it looks like you are right, at least for some of it. I haven't analyzed everything, but it looks like the change to apm-rum between 4.0.2 and 4.1.1 (probably 4.1.0?) made our app break. Does it match the mentioned (in #383) change on how apm-rum is build? Then that's probably the reason. We haven't had issues with any other npm packages in our app. |
@vigneshshanmugam after explicit changing exclude pattern for babel in webpack (which is normally |
Apologies for the delay, we are working on a PR to fix this problem and users shouldnt work about running @elastic/* through babel loader. You can check this issue #426 |
At line 164 in
dist/lib/common/utils.js
the build is using default parameters, which is not working in IE11.When this
@elastic/apm-rum
is included in full bundle/webapp, the whole app/bundle is broken on IE11.The text was updated successfully, but these errors were encountered: