You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just performed a fresh install of this project and get a warning:
warn - ./node_modules/@logtail/node/dist/es6/context.js
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
Please could you suggest on how to resolve this? It clutters our logs!
The text was updated successfully, but these errors were encountered:
I’m using it in my own project. But I’ll deploy this as well.
Edit:
Just deployed the example and the same warning comes up during the build logs, however the logs are coming through fine and the lambda function is not timing out.
In my project the page did not load and was unresponsive and timed out eventually.
I related the warning to the page freeze, but this seems not to be the case with the example.
Removing logtail from the app solved the freeze issue though.
I just performed a fresh install of this project and get a warning:
Please could you suggest on how to resolve this? It clutters our logs!
The text was updated successfully, but these errors were encountered: