-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
plugin metrics breaks application start up in Firefox #6582
Comments
Lookbehind regexp are not supported in browsers besides |
All non-chrome browsers likely do not start now (verified with Firefox and Safari). |
The regex in question is: |
@tsmaeder would you like to provide a fix for it? I'm really not the best at regexp. |
I can have a look tomorrow, not time today. |
I'm trying to test a fix, but I never get any failures if I test like described on #6303 |
@akosyakov @vince-fugnitto any ideas what I'm doing wrong? |
Hmh...all of a sudden, it works. Ignore my pleas! |
@tsmaeder I did see this when testing the original PR:
I'm not sure this enough or what to look for. |
Simply using /Request(.*)failed/ will not work, because of eager matching. I think I'll just cut off the prefix/postfix. |
Closed by #6591 |
cc @tsmaeder @JPinkney
It seems FireFox cannot handle parsing some regex patterns. Maybe https://github.com/eclipse-theia/theia/blob/master/packages/plugin-metrics/src/browser/plugin-metrics-creator.ts#L29
The text was updated successfully, but these errors were encountered: