Preyash Desai
Preyash Desai
Any timeline on when this will be done?
Thanks @jpiyali . Any examples/pointers how to achieve this? (i.e. for splitting up client side to a separate ikey is recommended here)
Its javascript react web app. Problem is that instrumentation key is visible on browser source.
+1 for search option.
I am having exact same behaviour when upgrading from webpack 3 to 4. I am using typescript. How do you do `require ('dexie').default;` with typescript ?
Thanks for the quick response. The tsconfig has got the same. the `allowSyntheticDefaultImports` is set to false. This error is at run time btw. Uncaught ReferenceError: require is not defined...
Funny you mentioned `dexie.mjs`. My webpack 4 config needed following... ``` { test: /\.mjs$/, include: /node_modules/, type: "javascript/auto" } ``` This has fixed the problem.
I am using `3.0.0-alpha.2` and its working with above fix.
I am having same issue. Please help !