question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Raven interferes with ckeditor5

See original GitHub issue

Adding raven-js to a page with ckeditor5 causes a TypeError: emitter.on is not a function error from ckeditor5 during initialization. There is a more detailed account of this same thing happening with zone.js: https://github.com/ckeditor/ckeditor5/issues/413 the issue stemmed from altering native prototypes: https://github.com/ckeditor/ckeditor5/issues/413#issuecomment-284892885

This has been reproduced with raven-js 3.15.0 and 3.19.1.

Browser: Chrome 61, Mac OS

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
kamilogorekcommented, Nov 2, 2017

Thanks @davidpolberger! I’ll release new version soon.

1reaction
kamilogorekcommented, Oct 31, 2017

Fixed in https://github.com/getsentry/raven-js/pull/1106 @jleider @davidpolberger would love to get a confirmation that it works with your setup using updated commit in package.json

"raven-js": "getsentry/raven-js#cf89f867b0834c1e5f8c146714549db7e2078577"
Read more comments on GitHub >

github_iconTop Results From Across the Web

ckeditor/ckeditor5 - Gitter
we want to enable using editor on elements like <h1> , where paragraphs are forbidden (most probably enter key will just not work...
Read more >
General HTML Support - CKEditor 5 Documentation
Learn how to install, integrate and configure CKEditor 5 Builds and how to work with CKEditor 5 Framework, customize it, create your own...
Read more >
Update to v35.x - CKEditor 5 Documentation
Starting with v35. 1.0, the TooltipView UI component has been removed from the ckeditor5-ui package.
Read more >
Reporting issues - CKEditor 5 Documentation
Search for existing issues before starting a new one. This helps our team to have the backlog in order. Be concise and informative,...
Read more >
Markdown output - CKEditor 5 Documentation
The Markdown plugin allows switching the default CKEditor 5 output from HTML to Markdown. This allows for producing lightweight text documents with a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found